8#include "Arp/Base/Core/Enum.hxx"
34 PortNameSyntaxError = 5,
37 PortNameSemanticError = 6,
45ARP_EXPORT std::ostream& operator<<(std::ostream& os,
Result value);
46ARP_EXPORT std::istream& operator>>(std::istream& is,
Result& value);
52template<>
struct fmt::formatter<
Arp::Plc::Meta::Services::Result> :
public fmt::ostream_formatter {};
std::uint32_t uint32
The Arp unsigned integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:33
@ Success
Encoding was successful.
Root namespace for the PLCnext API