8#include "Arp/System/Core/Enum.hxx"
10namespace Arp {
namespace System {
namespace Rsc {
namespace Services
27ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os,
RscStringEncoding value);
28ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is,
RscStringEncoding& value);
@ System
System components used by the System, Device, Plc or Io domains.
RscStringEncoding
Determines the encoding of a Rsc String. Values are identical to CommonRemoting::StringEncoding.
Definition: RscStringEncoding.hpp:18
Root namespace for the PLCnext API