PLCnext API Documentation 23.6.0.37
ArDataAccessError.hpp
1
2//
3// Copyright PHOENIX CONTACT Electronics GmbH
4//
6#pragma once
8#include "Arp/System/Core/Enum.hxx"
9
10// DO NOT MODIFY THIS FILE, THIS FILE IS AUTOGENERATED
11
12namespace Arp { namespace Io { namespace ProfinetStack { namespace Controller { namespace Services
13{
14
19{
23 None = 0,
24
28 NotExists = 1,
29
33 NotAuthorized = 2,
34
42 TypeMismatch = 3,
43
51
58 PortNameSemanticError = 5,
59
66 IndexOutOfRange = 6,
67
71 NotImplemented = 7,
72
76 NotSupported = 8,
77};
78
80// global stream operators of enum LogLevel for logging and parsing
81ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, ArDataAccessError value);
82ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, ArDataAccessError& value);
83
84}}}}} // end of namespace Arp::Io::ProfinetStack::Controller::Services
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:28
ArDataAccessError
This enumeration contains the possible data access errors.
Definition: ArDataAccessError.hpp:19
@ AttributeNameSyntaxError
The name of the attribute as given during a write or read operation is syntactically not correct.
Root namespace for the PLCnext API