onboardapi  9.10.0
by Rheinmetall
M_HidJoystick::ReportInputValue Struct Reference

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
 

Detailed Description

Reports the specified input value.

Constructor & Destructor Documentation

◆ ReportInputValue() [1/2]

M_HidJoystick::ReportInputValue::ReportInputValue ( )

◆ ReportInputValue() [2/2]

M_HidJoystick::ReportInputValue::ReportInputValue ( uint32_t  KeyValueInputIndex,
M_Common::PropertyType const &  Value,
bool  IsRemoved 
)

Member Data Documentation

◆ 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.

◆ KeyValueInputIndex

uint32_t M_HidJoystick::ReportInputValue::KeyValueInputIndex

Identifies the value input index.

◆ Value

M_Common::PropertyType M_HidJoystick::ReportInputValue::Value

Value.