8#include "Arp/Base/Core/Enum.hxx"
77template<>
struct fmt::formatter<
Arp::System::Um::Services::MessageSecurityMode> :
public fmt::ostream_formatter {};
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:35
Namespace for services of the User Manager (UM)
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