8 #include "Arp/System/Commons/Configuration/Uuid.hpp" 10 namespace Arp {
namespace System {
namespace Rsc {
namespace Services
55 static const size_t bufferSize = 16;
58 byte buffer[bufferSize];
~RscGuid(void)=default
Destructs this instance and frees all resources.
Reads data from Rsc
Definition: RscReader.hpp:23
Definition: RscGuid.hpp:17
String ToString(void) const
Converts this instance into a String.
Writes data to Rsc.
Definition: RscWriter.hpp:32
Uuid ToUuid(void) const
Converts this instance into a Uuid.
RscGuid(void)=default
Constructs an RscGuid instance.
void Write(RscWriter &writer) const
Writes this instance to the given RscWriter.
RscGuid & operator=(const RscGuid &arg)=default
Assignment operator.
Root namespace for the PLCnext API
void Read(RscReader &reader)
Reads this instance from the given RscReader.
System components used by the System, Device, Plc or Io domains.
This is a small immutable wrapper around the boost::uuids::uuid class and represents a universal uniq...
Definition: Uuid.hpp:18
unsigned char byte
The Arp character type.
Definition: PrimitiveTypes.hpp:23