|
onboardapi
9.10.0
by Rheinmetall
|
Configure the specified menu label. More...
Public Member Functions | |
| ConfigMenuLabel () | |
| ConfigMenuLabel (uint32_t KeyMenuIndex, std::string const &Label, bool IsEnabled, bool IsRemoved) | |
Public Attributes | |
| uint32_t | KeyMenuIndex |
| Index identifying the menu. More... | |
| std::string | Label |
| Label to display. More... | |
| bool | IsEnabled |
| Indicates whether the element is enabled. More... | |
| bool | IsRemoved |
Configure the specified menu label.
| M_HidDisplay::ConfigMenuLabel::ConfigMenuLabel | ( | ) |
| M_HidDisplay::ConfigMenuLabel::ConfigMenuLabel | ( | uint32_t | KeyMenuIndex, |
| std::string const & | Label, | ||
| bool | IsEnabled, | ||
| bool | IsRemoved | ||
| ) |
| bool M_HidDisplay::ConfigMenuLabel::IsEnabled |
Indicates whether the element is enabled.
| bool M_HidDisplay::ConfigMenuLabel::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::ConfigMenuLabel::KeyMenuIndex |
Index identifying the menu.
| std::string M_HidDisplay::ConfigMenuLabel::Label |
Label to display.