OffOnBlink (Compact 2013)
3/26/2014
This enumeration indicates the setting for a notification component.
Syntax
enum {
NLED_OFF = 0,
NLED_ON = 1,
NLED_BLINK = 2
};
Elements
- NLED_OFF
Indicates the notification component is set to off.
- NLED_ON
Indicates the notification component is set to on.
- NLED_BLINK
Indicates the notification component is set to blink.
Remarks
There is no type specified with this enumeration in order to maintain backwards compatibility with previous versions of the notification LED driver.
Requirements
Header |
nled.h |