PLCnext API Documentation
22.9.0.33
|
This struct contains the vendor name and the device name of one device More...
#include <DeviceIdentityInfo.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... | |
![]() | |
virtual | ~IRscSerializable ()=default |
default destructor More... | |
Static Public Member Functions | |
static constexpr size_t | GetFieldCount (void) |
![]() | |
static size_t | GetFieldCount (void) |
Returns the count of fields of the struct type More... | |
Public Attributes | |
uint16 | VendorID = 0 |
ID of the device vendor More... | |
uint16 | DeviceID = 0 |
ID of the device type More... | |
RscString< 512 > | VendorName |
Name of the vendor from the GSD More... | |
RscString< 512 > | DeviceName |
Name of the device type from the GSD More... | |
RscString< 512 > | InfoText |
Info text of the device type from the GSD More... | |
This struct contains the vendor name and the device name of one device
|
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::ProfinetStack::Controller::Services::DeviceIdentityInfo::DeviceID = 0 |
ID of the device type
RscString<512> Arp::Io::ProfinetStack::Controller::Services::DeviceIdentityInfo::DeviceName |
Name of the device type from the GSD
RscString<512> Arp::Io::ProfinetStack::Controller::Services::DeviceIdentityInfo::InfoText |
Info text of the device type from the GSD
uint16 Arp::Io::ProfinetStack::Controller::Services::DeviceIdentityInfo::VendorID = 0 |
ID of the device vendor
RscString<512> Arp::Io::ProfinetStack::Controller::Services::DeviceIdentityInfo::VendorName |
Name of the vendor from the GSD