11#include "Arp/System/Nm/SpecializedPayload.hpp"
12#include "Arp/System/NmPayload/Device/PciDeviceState.hpp"
15namespace Arp {
namespace System {
namespace NmPayload {
namespace Device
27 using SpecializedPayload::SpecializedPayload;
38 const size_t indexState = this->AddField<PciDeviceState>();
Payload class for the status of PCI extension devices
Definition: PciDeviceStatePayload.hpp:22
PciDeviceStatePayload(PciDeviceState state)
Creates a payload object
PciDeviceState ArgumentsType
ArgumentsType to be used with NonBlockingNotificationRegistration3
Definition: PciDeviceStatePayload.hpp:25
PciDeviceState GetState() const
Returns the state of the interface
Base class for custom Payload classes
Definition: SpecializedPayload.hpp:44
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API