onboardapi  9.10.0
by Rheinmetall
M_Device::ResponseValue Struct Reference

Response to a request to transmit a specified value. More...

Public Member Functions

 ResponseValue ()
 
 ResponseValue (std::string const &Id, M_Common::PropertyType const &Value)
 

Public Attributes

std::string Id
 Identifies the component/location. More...
 
M_Common::PropertyType Value
 Value of interest. More...
 

Detailed Description

Response to a request to transmit a specified value.

Constructor & Destructor Documentation

◆ ResponseValue() [1/2]

M_Device::ResponseValue::ResponseValue ( )

◆ ResponseValue() [2/2]

M_Device::ResponseValue::ResponseValue ( std::string const &  Id,
M_Common::PropertyType const &  Value 
)

Member Data Documentation

◆ Id

std::string M_Device::ResponseValue::Id

Identifies the component/location.

◆ Value

M_Common::PropertyType M_Device::ResponseValue::Value

Value of interest.