PLCnext API Documentation 25.0.2.69
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Arp::Io::Profibus::Services::RecordResult Class Reference

Result of the record service More...

#include <RecordResult.hpp>

Inheritance diagram for Arp::Io::Profibus::Services::RecordResult:
Inheritance graph

Public Member Functions

 RecordResult (uint8 errorDecode, uint8 errorCode1, uint8 errorCode2)
 Constructs an RecordResult instance.
 
void Serialize (RscWriter &writer) const
 
void Deserialize (RscReader &reader)
 
- Public Member Functions inherited from Arp::Base::Rsc::Commons::RscSerializable
 RscSerializable (void)=default
 The default constructor.
 

Static Public Member Functions

static size_t GetFieldCount (void)
 

Public Attributes

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)
 

Detailed Description

Result of the record service


The documentation for this class was generated from the following files: