onboardapi  9.10.0
by Rheinmetall
M_Device::CmdSetValue Struct Reference

Set a specified value. More...

Public Member Functions

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

Public Attributes

std::string Id
 Identifies the component/location. More...
 
M_Common::PropertyType Value
 Value to set. More...
 

Detailed Description

Set a specified value.

Constructor & Destructor Documentation

◆ CmdSetValue() [1/2]

M_Device::CmdSetValue::CmdSetValue ( )

◆ CmdSetValue() [2/2]

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

Member Data Documentation

◆ Id

std::string M_Device::CmdSetValue::Id

Identifies the component/location.

◆ Value

M_Common::PropertyType M_Device::CmdSetValue::Value

Value to set.