8#include "Arp/System/Core/Enum.hxx"
10namespace Arp {
namespace System {
namespace Rsc {
namespace Services
13enum class RscChannelKind
22ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, RscChannelKind value);
23ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, RscChannelKind& value);
@ System
System components used by the System, Device, Plc or Io domains.
@ Tcp
Socket uses TCP protocol.
Root namespace for the PLCnext API