8#include "Arp/System/Core/Enum.hxx" 
   12namespace Arp { 
namespace Io { 
namespace ProfinetStack { 
namespace Controller { 
namespace Services
 
   58    PortNameSemanticError    = 5,
 
   81ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, 
ArDataAccessError value);
 
   82ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, 
ArDataAccessError& value);
 
   86template<> 
struct fmt::formatter<
Arp::Io::ProfinetStack::Controller::Services::ArDataAccessError>: 
public fmt::ostream_formatter {};
 
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:25
 
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