onboardapi  9.10.0
by Rheinmetall
M_HidDisplay::ConfigStatusLed Struct Reference

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
 

Detailed Description

Config to indicate if an LED should be on or off.

Constructor & Destructor Documentation

◆ ConfigStatusLed() [1/2]

M_HidDisplay::ConfigStatusLed::ConfigStatusLed ( )

◆ ConfigStatusLed() [2/2]

M_HidDisplay::ConfigStatusLed::ConfigStatusLed ( uint32_t  KeyLedIndex,
M_HidDisplay::LedLightModeType const &  LedLightMode,
bool  IsRemoved 
)

Member Data Documentation

◆ 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.

◆ KeyLedIndex

uint32_t M_HidDisplay::ConfigStatusLed::KeyLedIndex

Index identifying the LED.

◆ LedLightMode

M_HidDisplay::LedLightModeType M_HidDisplay::ConfigStatusLed::LedLightMode

Indicates the LED light mode. Can be On/Off or a specific pattern.