Led States
DLN_LED_STATE is a user-defined type, whose value defines current behavior of a led.
Below is the list of its possible values:
| State | Led Behavior |
|---|---|
| DLN_LED_STATE_OFF | Off |
| DLN_LED_STATE_ON | On |
| DLN_LED_SLOW_BLINK | Blinking slowly |
| DLN_LED_FAST_BLINK | Blinking rapidly |
| DLN_LED_DOUBLE_BLINK | Blinking in a double-blink pattern |
| DLN_LED_TRIPLE_BLINK | Blinking in a triple-blink pattern |
2006-2012