| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
Peripheral device package information. More...
import <PeripheralDevicePackage.idl;
| 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. | |
| vector< PosElement > | position | 
| Position within 1-wire topo. | |
| HardwareInfo | hwInfo | 
| Device package hardware specific information. | |
| FirmwareInfo | fwInfo | 
| Device package firmware specific information. | |
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.