onboardapi  9.10.0
by Rheinmetall
M_GenericInputOutput::CmdWriteRegister Struct Reference

Command to write to a specified register. More...

Public Member Functions

 CmdWriteRegister ()
 
 CmdWriteRegister (std::string const &KeyId, M_Common::PropertyType const &Value)
 

Public Attributes

std::string KeyId
 Identifier of the register. More...
 
M_Common::PropertyType Value
 Value to write. More...
 

Detailed Description

Command to write to a specified register.

Constructor & Destructor Documentation

◆ CmdWriteRegister() [1/2]

M_GenericInputOutput::CmdWriteRegister::CmdWriteRegister ( )

◆ CmdWriteRegister() [2/2]

M_GenericInputOutput::CmdWriteRegister::CmdWriteRegister ( std::string const &  KeyId,
M_Common::PropertyType const &  Value 
)

Member Data Documentation

◆ KeyId

std::string M_GenericInputOutput::CmdWriteRegister::KeyId

Identifier of the register.

◆ Value

M_Common::PropertyType M_GenericInputOutput::CmdWriteRegister::Value

Value to write.