Result of an unsuccessful PcpInitiate service
More...
#include <NegativeInitiateResult.hpp>
|
| NegativeInitiateResult (void) |
| Constructs an NegativeInitiateResult instance.
|
|
| NegativeInitiateResult (uint16 sendBufferSize, uint16 receiveBufferSize, const std::vector< byte > &serviceSupported) |
| Constructs an NegativeInitiateResult 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.
|
|
|
uint16 | SendBufferSize = 0 |
| Send buffer size of remote device
|
|
uint16 | ReceiveBufferSize = 0 |
| Receive buffer size of remote device
|
|
std::vector< byte > | ServiceSupported |
| Coding of supported services
|
|
Result of an unsuccessful PcpInitiate service
◆ Deserialize()
void Arp::Io::Interbus::Services::NegativeInitiateResult::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::Interbus::Services::NegativeInitiateResult::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::Interbus::Services::NegativeInitiateResult::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: