 | LedTemporaryControlCode Enumeration |
LED temporary control codes.
Namespace:
AC908_SDK.Enums
Assembly:
AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntaxpublic enum LedTemporaryControlCode
Members
| Member name | Value | Description |
---|
| NOP | 0 |
Do not alter this LED's temporary settings.
The remaining values of the temporary settings record are ignored.
|
| CancelTemporaryAndDisplayPermanent | 1 |
Cancel any temporary operation and display this LED's permanent state immediately.
|
| SetTemporary | 2 |
Set the temporary state as given and start timer immediately.
|
See Also