10 #include "Arp/System/Nm/SpecializedPayload.hpp"
14 namespace Arp {
namespace System {
namespace NmPayload {
namespace Device
25 using ArgumentsType = std::tuple<uint32, const char*, const char*, bool>;
28 using SpecializedPayload::SpecializedPayload;
47 ARP_DEPRECATED(
"Use GetValue()")
56 static
String GetFormatString(
bool successful);
Payload class for changes of the network configuration
Definition: NetworkConfigurationChangedPayload.hpp:22
NetworkConfigurationChangedPayload(uint32 deviceId, const String ¶meter, const String &value, bool successful)
Creates a payload object
NetworkConfigurationChangedPayload(const ArgumentsType &args)
Creates a payload object
std::tuple< uint32, const char *, const char *, bool > ArgumentsType
ArgumentsType to be used with NonBlockingNotificationRegistration3
Definition: NetworkConfigurationChangedPayload.hpp:25
String GetValue() const
Returns the new value of the changed parameter
String GetChangedParameter() const
Returns the name of the changed parameter
String GetValued() const
Returns the new value of the changed parameter
uint32 GetDeviceId() const
Returns the id of the affected device
Base class for custom Payload classes
Definition: SpecializedPayload.hpp:43
size_t AddField()
Adds a payload field
Definition: SpecializedPayload.hpp:106
std::uint32_t uint32
The Arp unsigned integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:35
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API