Click or drag to resize

ReaderSetLedAdvanceModeSignals Method

Sets the advance mode signals of LED when LED operation mode is set to advance mode.

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public Task SetLedAdvanceModeSignals(
	LedAdvanceModeLightColor ledIdleLightColors,
	LedAdvanceModeLightColor ledPassLightColors,
	LedAdvanceModeLightColor ledErrorPauseLightColors
)

Parameters

ledIdleLightColors
Type: AC908_SDK.EnumsLedAdvanceModeLightColor
The light color of LED in idle state.
ledPassLightColors
Type: AC908_SDK.EnumsLedAdvanceModeLightColor
The light color of LED in Pass state.
ledErrorPauseLightColors
Type: AC908_SDK.EnumsLedAdvanceModeLightColor
The light color of LED in Error or Paused state.

Return Value

Type: Task
A task that represents the asynchronous operation.
See Also