Contains error information of an executed AXIO master service.
More...
#include <AxioResult.hpp>
|
void | Serialize (RscWriter &writer) const override |
| Serializes the datatype. All fields of the datatype have to be serialized in use of RscWriter. More...
|
|
void | Deserialize (RscReader &reader) override |
| Deserializes the datatype. All fields of the datatype have to be deserialized in use of RscReader. More...
|
|
virtual | ~IRscSerializable ()=default |
| default destructor
|
|
virtual void | Serialize (RscWriter &writer) const =0 |
| Serializes the datatype. All fields of the datatype have to be serialized in use of RscWriter. More...
|
|
virtual void | Deserialize (RscReader &reader)=0 |
| Deserializes the datatype. All fields of the datatype have to be deserialized in use of RscReader. More...
|
|
|
static constexpr size_t | GetFieldCount (void) |
|
static size_t | GetFieldCount (void) |
| Returns the count of fields of the struct type More...
|
|
|
boolean | ServiceDone = false |
| Flag is set when service is done. Is only needed in non-blocking methods.
|
|
uint16 | ErrorCode = 0 |
| Error code: If 0 the service was executed successfully, other values show an error. See axioline documentation.
|
|
uint16 | AddInfo = 0 |
| Additional information: If the service returns with error this field contains additional information.
|
|
Contains error information of an executed AXIO master service.
◆ Deserialize()
void Arp::Io::Axioline::Services::AxioResult::Deserialize |
( |
RscReader & |
reader | ) |
|
|
inlineoverridevirtual |
◆ Serialize()
void Arp::Io::Axioline::Services::AxioResult::Serialize |
( |
RscWriter & |
writer | ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: