8#include "Arp/System/Core/Enum.hxx"
10namespace Arp {
namespace System {
namespace NmPayload {
namespace Device
13enum class ARP_CXX_SYMBOL_EXPORT PciDeviceState :
uint8
22ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, PciDeviceState value);
23ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, PciDeviceState& value);
27template<>
struct fmt::formatter<
Arp::System::NmPayload::Device::PciDeviceState>:
public fmt::ostream_formatter {};
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:25
@ Ok
The operation was successful.
Root namespace for the PLCnext API