| 
    PLCnext API Documentation
    20.6.0.30321
    
   | 
 
Contains result of a 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... | |
  Public Member Functions inherited from Arp::System::Rsc::Services::IRscSerializable | |
| virtual | ~IRscSerializable ()=default | 
| default destructor More... | |
Static Public Member Functions | |
| static size_t | GetFieldCount (void) | 
  Static Public Member Functions inherited from Arp::System::Rsc::Services::IRscSerializable | |
| 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 look in the PCP manual. You will find there a section with error codes.  More... | |
| uint16 | AdditionalCode = 0 | 
| AdditionalCode gives additional information about the error cause described by Result. To get the meaning of AdditionalCode, please look in the PCP manual. You will find there a section with error codes.  More... | |
| PositiveInitiateResult | PositiveConfirmation | 
| If Result = 0 (No error), PositiveConfirmation contains the result. Arp.Io.Interbus.Services.PositiveInitiateResult More... | |
| NegativeInitiateResult | NegativeConfirmation | 
| If Result is not 0 (Error), NegativeConfirmation contains the result. Arp.Io.Interbus.Services.NegativeInitiateResult More... | |
Contains result of a 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.
| uint16 Arp::Io::Interbus::Services::InitiateResult::AdditionalCode = 0 | 
AdditionalCode gives additional information about the error cause described by Result. To get the meaning of AdditionalCode, please look in the PCP manual. You will find there a section with error codes.
| NegativeInitiateResult Arp::Io::Interbus::Services::InitiateResult::NegativeConfirmation | 
If Result is not 0 (Error), NegativeConfirmation contains the result. Arp.Io.Interbus.Services.NegativeInitiateResult
| PositiveInitiateResult Arp::Io::Interbus::Services::InitiateResult::PositiveConfirmation | 
If Result = 0 (No error), PositiveConfirmation contains the result. Arp.Io.Interbus.Services.PositiveInitiateResult
| uint16 Arp::Io::Interbus::Services::InitiateResult::Result = 0 | 
Result describes the error cause. (0 = No error) To get the meaning of Result, please look in the PCP manual. You will find there a section with error codes.
 1.8.13