PLCnext API Documentation
22.9.0.33
|
This structure contains all parameters of a PROFINET address More...
#include <ProfinetAddress.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 | |
RscString< 512 > | StationName |
Station name of the device More... | |
uint16 | Instance = 0 |
Instance ID More... | |
uint16 | Device = 0 |
Device ID More... | |
uint16 | Vendor = 0 |
Vendor ID More... | |
uint32 | Api = 0 |
Application Process Identifier More... | |
uint16 | Slot = 0 |
Slot number More... | |
uint16 | Subslot = 0 |
Subslot number More... | |
This structure contains all parameters of a PROFINET address
|
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.
uint32 Arp::Io::ProfinetStack::Controller::Services::ProfinetAddress::Api = 0 |
Application Process Identifier
uint16 Arp::Io::ProfinetStack::Controller::Services::ProfinetAddress::Instance = 0 |
Instance ID
uint16 Arp::Io::ProfinetStack::Controller::Services::ProfinetAddress::Slot = 0 |
Slot number
RscString<512> Arp::Io::ProfinetStack::Controller::Services::ProfinetAddress::StationName |
Station name of the device
uint16 Arp::Io::ProfinetStack::Controller::Services::ProfinetAddress::Subslot = 0 |
Subslot number
uint16 Arp::Io::ProfinetStack::Controller::Services::ProfinetAddress::Vendor = 0 |
Vendor ID