Click or drag to resize

LedData Class

The setting used when controlling the LED.
Inheritance Hierarchy
SystemObject
  AC908_SDKLedData

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public class LedData

The LedData type exposes the following members.

Constructors
  NameDescription
Public methodLedData
Initializes a new instance of the LedData class.
Public methodLedData(Byte, Byte, LedTemporarySettings, LedPermanentSettings)
Initializes a new instance of the LedData class.
Top
Properties
  NameDescription
Public propertyLedNumber
The LED number of the device. The value starts from 0.
Public propertyLedPermanentSetting
The LED permanent settings.
Public propertyLedTemporarySetting
The LED temporary settings.
Public propertyReaderNumber
The reader number of a compound device. If device has only one reader, then the reader number is fixed to 0.
Top
See Also