PLCnext API Documentation  22.9.0.33
Classes | Enumerations | Functions
Arp::System::NmPayload::Device Namespace Reference

Namespace for payload classes of the device interface More...

Classes

class  EthernetLinkStatePayload
 Payload class for changes of the link state of an Ethernet port More...
 
class  NetworkConfigurationChangedPayload
 Payload class for changes of the network configuration More...
 
class  PciDeviceStatePayload
 Payload class for the status of PCI extension devices More...
 

Enumerations

enum class  EthernetLinkState : byte { None = 0xFF , Down = 0x00 , Up = 0x01 }
 
enum class  PciDeviceState : byte { Ok = 0x01 , Diagnosis = 0x02 , Error = 0x03 }
 

Functions

ARP_CXX_SYMBOL_EXPORT std::ostream & operator<< (std::ostream &os, EthernetLinkState value)
 
ARP_CXX_SYMBOL_EXPORT std::istream & operator>> (std::istream &is, EthernetLinkState &value)
 
ARP_CXX_SYMBOL_EXPORT std::ostream & operator<< (std::ostream &os, PciDeviceState value)
 
ARP_CXX_SYMBOL_EXPORT std::istream & operator>> (std::istream &is, PciDeviceState &value)
 

Detailed Description

Namespace for payload classes of the device interface