8#include "Arp/System/Core/Enum.hxx"
10namespace Arp {
namespace System {
namespace Commons {
namespace Security
13enum class SecurityConfigurationError :
uint8
19 ListTypeNotSupported = 4,
22 KeyTypeNotSupported = 7,
30ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, SecurityConfigurationError value);
31ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, SecurityConfigurationError& value);
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:28
@ UnknownError
Unkown Error
@ System
System components used by the System, Device, Plc or Io domains.
@ DecodeError
A message could not be decoded because some field was out of the specified range or the length of the...
Root namespace for the PLCnext API