| 
    PLCnext API Documentation
    20.6.0.30321
    
   | 
 
Result on successful PcpInitiate service More...
#include <PositiveInitiateResult.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 | Version = 0 | 
| Version of object list  More... | |
| uint16 | Profile = 0 | 
| Device profile  More... | |
| uint8 | Protection = 0 | 
| Contains the attribute Access_Protection_Supported. If Protection = 0xFF, the access is protected.  More... | |
| uint8 | Password = 0 | 
| Manufacturer specific password. (Default: Password = 0)  More... | |
| uint8 | AccessGroup = 0 | 
| Manufacturer specific assignment of connection group  More... | |
Result on successful 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.
| uint8 Arp::Io::Interbus::Services::PositiveInitiateResult::AccessGroup = 0 | 
Manufacturer specific assignment of connection group
| uint8 Arp::Io::Interbus::Services::PositiveInitiateResult::Password = 0 | 
Manufacturer specific password. (Default: Password = 0)
| uint8 Arp::Io::Interbus::Services::PositiveInitiateResult::Protection = 0 | 
Contains the attribute Access_Protection_Supported. If Protection = 0xFF, the access is protected.
| uint16 Arp::Io::Interbus::Services::PositiveInitiateResult::Version = 0 | 
Version of object list
 1.8.13