onboardapi  9.10.0
by Rheinmetall
M_HidJoystick::ReportMenuStatus Struct Reference

Reports the specified menu's status. More...

Public Member Functions

 ReportMenuStatus ()
 
 ReportMenuStatus (uint32_t KeyMenuIndex, bool IsActive, bool IsRemoved)
 

Public Attributes

uint32_t KeyMenuIndex
 Identifies the menu index. More...
 
bool IsActive
 Indicates whether the menu is active. More...
 
bool IsRemoved
 

Detailed Description

Reports the specified menu's status.

Constructor & Destructor Documentation

◆ ReportMenuStatus() [1/2]

M_HidJoystick::ReportMenuStatus::ReportMenuStatus ( )

◆ ReportMenuStatus() [2/2]

M_HidJoystick::ReportMenuStatus::ReportMenuStatus ( uint32_t  KeyMenuIndex,
bool  IsActive,
bool  IsRemoved 
)

Member Data Documentation

◆ IsActive

bool M_HidJoystick::ReportMenuStatus::IsActive

Indicates whether the menu is active.

◆ IsRemoved

bool M_HidJoystick::ReportMenuStatus::IsRemoved

Indicates if the status is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the status will no longer be available to late joiners.

◆ KeyMenuIndex

uint32_t M_HidJoystick::ReportMenuStatus::KeyMenuIndex

Identifies the menu index.