8#include "Arp/System/Core/Enum.hxx"
12namespace Arp {
namespace System {
namespace Um {
namespace Services
71ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is,
MessageSecurityMode& value);
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:38
@ System
System components used by the System, Device, Plc or Io domains.
MessageSecurityMode
Describes the security measures which are applied to messages transported via a channel.
Definition: MessageSecurityMode.hpp:26
@ Signed
With this flag set messages are guaranteed to be integer and authentic. They originate from the authe...
@ Encrypted
With this flag set messages were transferred secretly. Eavesdropping would not have made sense for an...
Root namespace for the PLCnext API