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 <DiagnosticInfo.hpp>
|
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 constexpr size_t | GetFieldCount (void) |
|
static size_t | GetFieldCount (void) |
| Returns the count of fields of the struct type More...
|
|
Container for a combination of an error code and a value which is a result for a read operation to a single setting.
A sequence of instances of this structure is used as result by Arp.Io.ProfinetStack.Controller.Services.IArDataService.GetArDiagnosis.
◆ Deserialize()
void Arp::Io::ProfinetStack::Controller::Services::DiagnosticInfo::Deserialize |
( |
RscReader & |
reader | ) |
|
|
inlineoverridevirtual |
◆ Serialize()
void Arp::Io::ProfinetStack::Controller::Services::DiagnosticInfo::Serialize |
( |
RscWriter & |
writer | ) |
const |
|
inlineoverridevirtual |
◆ DiagCode
uint16 Arp::Io::ProfinetStack::Controller::Services::DiagnosticInfo::DiagCode = 0 |
Special status of this AR, bitwise coded.
- Bit 0: set if not connected
- Bit 1: set if data invalid
- Bit 2: set if diagnosis is available
- Bit 3: set if module difference is available in case of configuration difference
- Bit 4: set if AR is deactivated
- Bit 5: set if neighborhood information is not available
- Bit 6: neighborhood information not unique
- Bit 7 - Identify.cnf on alias received, but name of the device is already configured in another AR
- Bit 8: Maintenance Required Information is available
- Bit 9: Maintenance Demanded Information is available
- Bit 10: Channel or Manufacturer Specific Diagnosis Information are available
- Bit 11..15: reserved (shall be 0)
The documentation for this class was generated from the following file: