This enumeration defines the possible LED events.
Synopsis:
#include <bps/led.h>
enumĀ {
LED_INFO = 0x01
};
Data:
- LED_INFO
- The single LED event, which contains the status of the red, green, and blue LEDs (for example, whether they are on or off).
Library:
libbps (For the qcc command, use the -l bps option to link against this library)
Description:
Currently, there is only one event.