Contains error information of Interbus service.
More...
#include <InterbusResult.hpp>
|
static constexpr size_t | GetFieldCount (void) |
|
static size_t | GetFieldCount (void) |
| Returns the count of fields of the struct type More...
|
|
|
uint16 | Result = 0 |
| Result describes the error cause. (0 = No error) To get the meaning of Result, please look in the Interbus manual for firmware services. You will find there a section with error codes. More...
|
|
uint16 | AdditionalErrorInfo = 0 |
| AdditionalErrorInfo gives additional information about the error cause described by Result. To get the meaning of AdditionalErrorInfo, please look in the Interbus manual for firmware services. You will find there a section with error codes. More...
|
|
Contains error information of Interbus service.
◆ Deserialize()
void Arp::Io::Interbus::Services::InterbusResult::Deserialize |
( |
RscReader & |
reader | ) |
|
|
inlineoverridevirtual |
◆ Serialize()
void Arp::Io::Interbus::Services::InterbusResult::Serialize |
( |
RscWriter & |
writer | ) |
const |
|
inlineoverridevirtual |
◆ AdditionalErrorInfo
uint16 Arp::Io::Interbus::Services::InterbusResult::AdditionalErrorInfo = 0 |
AdditionalErrorInfo gives additional information about the error cause described by Result. To get the meaning of AdditionalErrorInfo, please look in the Interbus manual for firmware services. You will find there a section with error codes.
◆ Result
uint16 Arp::Io::Interbus::Services::InterbusResult::Result = 0 |
Result describes the error cause. (0 = No error) To get the meaning of Result, please look in the Interbus manual for firmware services. You will find there a section with error codes.
The documentation for this class was generated from the following file: