Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Peripheral device package information. More...
Classes | |
struct | FirmwareInfo |
struct | HardwareInfo |
Public Types | |
enum | State { NORMAL , FW_UPDATE , INTERNAL_ERROR , CONFIG_ERROR } |
Public Attributes | |
State | state |
The peripheral device package operational state. More... | |
vector< PosElement > | position |
Position within 1-wire topo. More... | |
HardwareInfo | hwInfo |
Device package hardware specific information. More... | |
FirmwareInfo | fwInfo |
Device package firmware specific information. More... | |
Peripheral device package information.
Definition at line 14 of file PeripheralDevicePackage.idl.
FirmwareInfo peripheral::PackageInfo::fwInfo |
Device package firmware specific information.
Definition at line 47 of file PeripheralDevicePackage.idl.
HardwareInfo peripheral::PackageInfo::hwInfo |
Device package hardware specific information.
Definition at line 46 of file PeripheralDevicePackage.idl.
vector<PosElement> peripheral::PackageInfo::position |
Position within 1-wire topo.
Definition at line 45 of file PeripheralDevicePackage.idl.
State peripheral::PackageInfo::state |
The peripheral device package operational state.
Definition at line 44 of file PeripheralDevicePackage.idl.