Click or drag to resize

LedPermanentSettings Constructor (LedPermanentControlCode, Byte, Byte, LedColor, LedColor)

Initializes a new instance of the LedPermanentSettings class.

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public LedPermanentSettings(
	LedPermanentControlCode controlCode,
	byte onTime,
	byte offTime,
	LedColor onColor,
	LedColor offColor
)

Parameters

controlCode
Type: AC908_SDK.EnumsLedPermanentControlCode
The mode to return to after the timer expires.
onTime
Type: SystemByte
The ON duration of the flash, in units of 100 ms.
offTime
Type: SystemByte
The OFF duration of the flash, in units of 100 ms.
onColor
Type: AC908_SDK.EnumsLedColor
The color to set during the ON time.
offColor
Type: AC908_SDK.EnumsLedColor
The color to set during the OFF time.
See Also