|
onboardapi
9.10.0
by Rheinmetall
|
Config to indicate if an LED should be on or off. More...
Public Member Functions | |
| ConfigStatusLed () | |
| ConfigStatusLed (uint32_t KeyLedIndex, M_HidDisplay::LedLightModeType const &LedLightMode, bool IsRemoved) | |
Public Attributes | |
| uint32_t | KeyLedIndex |
| Index identifying the LED. More... | |
| M_HidDisplay::LedLightModeType | LedLightMode |
| bool | IsRemoved |
Config to indicate if an LED should be on or off.
| M_HidDisplay::ConfigStatusLed::ConfigStatusLed | ( | ) |
| M_HidDisplay::ConfigStatusLed::ConfigStatusLed | ( | uint32_t | KeyLedIndex, |
| M_HidDisplay::LedLightModeType const & | LedLightMode, | ||
| bool | IsRemoved | ||
| ) |
| bool M_HidDisplay::ConfigStatusLed::IsRemoved |
Indicates if the payload is no longer available Note: This will always be set to true when the instance has been shut down After this has been set to true, the payload will no longer be available to late joiners.
| uint32_t M_HidDisplay::ConfigStatusLed::KeyLedIndex |
Index identifying the LED.
| M_HidDisplay::LedLightModeType M_HidDisplay::ConfigStatusLed::LedLightMode |
Indicates the LED light mode. Can be On/Off or a specific pattern.