8#include "Arp/System/Core/Enum.hxx"
12namespace Arp {
namespace Device {
namespace Interface {
namespace Services
63ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os,
AccessErrorCode value);
64ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is,
AccessErrorCode& value);
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:38
AccessErrorCode
Enumeration for error codes returned from Device.Interface.Services.
Definition: AccessErrorCode.hpp:19
@ OutOfRange
A value is out of range
@ IncompatibleType
The type of the new value is wrong
@ UnknownSetting
Unknown setting id
@ AuthorizationFailure
Authorization failure
@ InvalidParameter
A parameter is invalid
@ UnknownError
Unkown Error
@ InvalidFormat
The format of the new value is wrong
Root namespace for the PLCnext API