PLCnext API Documentation  21.0.0.35466
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  EthernetLinkState : byte { None = 0xFF, Down = 0x00, Up = 0x01 }
 
enum  PciDeviceState : byte { Ok = 0x01, Diagnosis = 0x02, Error = 0x03 }
 

Functions

std::ostream & operator<< (std::ostream &os, EthernetLinkState arg)
 
std::ostream & operator<< (std::ostream &os, PciDeviceState arg)
 

Detailed Description

Namespace for payload classes of the device interface