|
onboardapi
9.10.0
by Rheinmetall
|
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 |
Reports the specified menu's status.
| M_HidJoystick::ReportMenuStatus::ReportMenuStatus | ( | ) |
| M_HidJoystick::ReportMenuStatus::ReportMenuStatus | ( | uint32_t | KeyMenuIndex, |
| bool | IsActive, | ||
| bool | IsRemoved | ||
| ) |
| bool M_HidJoystick::ReportMenuStatus::IsActive |
Indicates whether the menu is active.
| 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.
| uint32_t M_HidJoystick::ReportMenuStatus::KeyMenuIndex |
Identifies the menu index.