|
onboardapi
9.10.0
by Rheinmetall
|
Report value of a register. More...
Public Member Functions | |
| ReportRegister () | |
| ReportRegister (std::string const &KeyId, M_Common::PropertyType const &Value, bool IsRemoved) | |
Public Attributes | |
| std::string | KeyId |
| Identifier of the register. More... | |
| M_Common::PropertyType | Value |
| Value of the register. More... | |
| bool | IsRemoved |
| Indicates whether the register value is removed. More... | |
Report value of a register.
| M_GenericInputOutput::ReportRegister::ReportRegister | ( | ) |
| M_GenericInputOutput::ReportRegister::ReportRegister | ( | std::string const & | KeyId, |
| M_Common::PropertyType const & | Value, | ||
| bool | IsRemoved | ||
| ) |
| bool M_GenericInputOutput::ReportRegister::IsRemoved |
Indicates whether the register value is removed.
| std::string M_GenericInputOutput::ReportRegister::KeyId |
Identifier of the register.
| M_Common::PropertyType M_GenericInputOutput::ReportRegister::Value |
Value of the register.