 | LedTemporarySettings Constructor (LedTemporaryControlCode, Byte, Byte, LedColor, LedColor, UInt16) |
Namespace:
AC908_SDK
Assembly:
AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntaxpublic LedTemporarySettings(
LedTemporaryControlCode controlCode,
byte onTime,
byte offTime,
LedColor onColor,
LedColor offColor,
ushort time
)
Parameters
- controlCode
- Type: AC908_SDK.EnumsLedTemporaryControlCode
The mode to enter temporarily. - 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. - time
- Type: SystemUInt16
Total flash time, in units of 100 ms.
See Also