11#include "Arp/System/Nm/SpecializedPayload.hpp"
15namespace Arp {
namespace System {
namespace NmPayload {
namespace Io {
namespace ProfinetStack
30 String GetStationName()
const;
34 size_t indexStationName = this->AddField<String>();
This class represents the Arp String. The implementation is based on std::string.
Definition: String.hpp:39
Payload class for a message containing a Profinet station name
Definition: MessageWithStationNamePayload.hpp:23
std::tuple< const char *, const char * > ArgumentsType
ArgumentsType to be used with NonBlockingNotificationRegistration3
Definition: MessageWithStationNamePayload.hpp:26
Base class for custom Payload classes
Definition: SpecializedPayload.hpp:44
SpecializedPayload(const Notification ¬ification)
Creates a view on a Notification object
Definition: SpecializedPayload.hpp:211
Root namespace for the PLCnext API