|
onboardapi
9.10.0
by Rheinmetall
|
Reports the specified input value. More...
Public Member Functions | |
| ReportInputValue () | |
| ReportInputValue (uint32_t KeyValueInputIndex, M_Common::PropertyType const &Value, bool IsRemoved) | |
Public Attributes | |
| uint32_t | KeyValueInputIndex |
| Identifies the value input index. More... | |
| M_Common::PropertyType | Value |
| Value. More... | |
| bool | IsRemoved |
Reports the specified input value.
| M_HidJoystick::ReportInputValue::ReportInputValue | ( | ) |
| M_HidJoystick::ReportInputValue::ReportInputValue | ( | uint32_t | KeyValueInputIndex, |
| M_Common::PropertyType const & | Value, | ||
| bool | IsRemoved | ||
| ) |
| bool M_HidJoystick::ReportInputValue::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::ReportInputValue::KeyValueInputIndex |
Identifies the value input index.
| M_Common::PropertyType M_HidJoystick::ReportInputValue::Value |
Value.