PLCnext API Documentation 25.0.2.69
|
Container for a combination of an error code and a value which is a result for a read operation to a single setting. More...
#include <DiagnosticResult.hpp>
Public Member Functions | |
DiagnosticResult (void) | |
Constructs an DiagnosticResult instance. | |
DiagnosticResult (ArDataAccessError errorCode, const DiagnosticInfo &pnDiagnosisInfo) | |
Constructs an DiagnosticResult 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... | |
void | Serialize (JRscWriter &writer) const |
Serializes the datatype. All fields of the datatype have to be serialized in use of JRscWriter. More... | |
void | Deserialize (JRscReader &reader) |
Deserializes the datatype. All fields of the datatype have to be deserialized in use of JRscReader. More... | |
![]() | |
RscSerializable (void)=default | |
The default constructor. | |
Static Public Member Functions | |
static size_t | GetFieldCount (void) |
Returns the count of fields More... | |
Public Attributes | |
ArDataAccessError | ErrorCode = static_cast<ArDataAccessError>(0) |
An error code which describes the reason why a setting could not be read with The error codes can be interpreted with the help of the enumeration Arp.Io.ProfinetStack.Controller.Services.ArDataAccessError. | |
DiagnosticInfo | PnDiagnosisInfo |
The value for the requested setting which can be RscType::Void
and otherwise is of the simple type the setting has. More... | |
Container for a combination of an error code and a value which is a result for a read operation to a single setting.
The structure is used as result by Arp.Io.ProfinetStack.Controller.Services.IArDataService.GetAttributeValue A sequence of instances of this structure is used as result by Arp.Io.ProfinetStack.Controller.Services.IArDataService.GetAttributeValues.
void Arp::Io::ProfinetStack::Controller::Services::DiagnosticResult::Deserialize | ( | JRscReader & | reader | ) |
Deserializes the datatype. All fields of the datatype have to be deserialized in use of JRscReader.
reader | Reference to RscReader. |
void Arp::Io::ProfinetStack::Controller::Services::DiagnosticResult::Deserialize | ( | RscReader & | reader | ) |
Deserializes the datatype. All fields of the datatype have to be deserialized in use of RscReader.
reader | Reference to RscReader. |
|
static |
Returns the count of fields
The field count is used for serialization via Rsc
void Arp::Io::ProfinetStack::Controller::Services::DiagnosticResult::Serialize | ( | JRscWriter & | writer | ) | const |
Serializes the datatype. All fields of the datatype have to be serialized in use of JRscWriter.
writer | Reference to RscWriter |
void Arp::Io::ProfinetStack::Controller::Services::DiagnosticResult::Serialize | ( | RscWriter & | writer | ) | const |
Serializes the datatype. All fields of the datatype have to be serialized in use of RscWriter.
writer | Reference to RscWriter |
DiagnosticInfo Arp::Io::ProfinetStack::Controller::Services::DiagnosticResult::PnDiagnosisInfo |
The value for the requested setting which can be
and otherwise is of the simple type the setting has.
Please note that this property is
whenever the member Arp.Io.ProfinetStack.Controller.Services.DiagnosticResult.ErrorCode indicates an error which means it is not Arp.Io.ProfinetStack.Controller.Services.ArDataAccessError.None.