Result of the record service
More...
#include <RecordResult.hpp>
|
|
| RecordResult (void) |
| | Constructs an RecordResult instance.
|
| |
|
| RecordResult (uint8 errorDecode, uint8 errorCode1, uint8 errorCode2) |
| | Constructs an RecordResult instance.
|
| |
| void | Serialize (RscWriter &writer) const |
| | Serializes the datatype. All fields of the datatype have to be serialized in use of RscWriter. More...
|
| |
| void | Deserialize (RscReader &reader) |
| | Deserializes the datatype. All fields of the datatype have to be deserialized in use of RscReader. More...
|
| |
|
| RscSerializable (void)=default |
| | The default constructor.
|
| |
|
|
uint8 | ErrorDecode = 0 |
| | ErrorDecode (for more information read the PROFIBUS specification)
|
| |
|
uint8 | ErrorCode1 = 0 |
| | ErrorCode 1 (for more information read the PROFIBUS specification)
|
| |
|
uint8 | ErrorCode2 = 0 |
| | ErrorCode 2 (for more information read the PROFIBUS specification)
|
| |
Result of the record service
◆ Deserialize()
| void Arp::Io::Profibus::Services::RecordResult::Deserialize |
( |
RscReader & |
reader | ) |
|
Deserializes the datatype. All fields of the datatype have to be deserialized in use of RscReader.
- Parameters
-
| reader | Reference to RscReader. |
◆ GetFieldCount()
| size_t Arp::Io::Profibus::Services::RecordResult::GetFieldCount |
( |
void |
| ) |
|
|
static |
Returns the count of fields
- Returns
- Count of fields.
The field count is used for serialization via Rsc
◆ Serialize()
| void Arp::Io::Profibus::Services::RecordResult::Serialize |
( |
RscWriter & |
writer | ) |
const |
Serializes the datatype. All fields of the datatype have to be serialized in use of RscWriter.
- Parameters
-
| writer | Reference to RscWriter |
The documentation for this class was generated from the following files:
- Arp/Io/Profibus/Services/RecordResult.hpp
- Arp/Io/Profibus/Services/RecordResult.cpp