PLCnext API Documentation 23.6.0.37
|
Contains result the PcpInitiate service More...
#include <InitiateResult.hpp>
Public Member Functions | |
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 Public Member Functions | |
static constexpr size_t | GetFieldCount (void) |
![]() | |
static size_t | GetFieldCount (void) |
Returns the count of fields of the struct type More... | |
Public Attributes | |
uint16 | Result = 0 |
Result describes the error cause. (0 = No error) To get the meaning of Result, please refer to the PCP manual. There you will find a section of error codes. | |
uint16 | AdditionalCode = 0 |
AdditionalCode gives additional information about the error cause described by Result. To get the meaning of AdditionalCode, please refer to the PCP manual. There you will find a section of error codes. | |
PositiveInitiateResult | PositiveConfirmation |
If Result = 0 (No error), PositiveConfirmation contains the result. Arp.Io.Interbus.Services.PositiveInitiateResult | |
NegativeInitiateResult | NegativeConfirmation |
If Result is not 0 (Error), NegativeConfirmation contains the result. Arp.Io.Interbus.Services.NegativeInitiateResult | |
Contains result the PcpInitiate service
|
inlineoverridevirtual |
Deserializes the datatype. All fields of the datatype have to be deserialized in use of RscReader.
reader | Reference to RscReader. |
Implements Arp::System::Rsc::Services::IRscSerializable.
|
inlineoverridevirtual |
Serializes the datatype. All fields of the datatype have to be serialized in use of RscWriter.
writer | Reference to RscWriter |
Implements Arp::System::Rsc::Services::IRscSerializable.