onboardapi  9.10.0
by Rheinmetall
M_HidDisplay::ConfigMenuLabel Struct Reference

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
 

Detailed Description

Configure the specified menu label.

Constructor & Destructor Documentation

◆ ConfigMenuLabel() [1/2]

M_HidDisplay::ConfigMenuLabel::ConfigMenuLabel ( )

◆ ConfigMenuLabel() [2/2]

M_HidDisplay::ConfigMenuLabel::ConfigMenuLabel ( uint32_t  KeyMenuIndex,
std::string const &  Label,
bool  IsEnabled,
bool  IsRemoved 
)

Member Data Documentation

◆ IsEnabled

bool M_HidDisplay::ConfigMenuLabel::IsEnabled

Indicates whether the element is enabled.

◆ IsRemoved

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.

◆ KeyMenuIndex

uint32_t M_HidDisplay::ConfigMenuLabel::KeyMenuIndex

Index identifying the menu.

◆ Label

std::string M_HidDisplay::ConfigMenuLabel::Label

Label to display.