Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Static (type, version) information for a SensorHub. More...
Public Attributes | |
string | serial |
Serial number of device. More... | |
string | model |
Model name of device. More... | |
UpstreamType | upstreamType |
Hardware type (indicated a certain upstream type) More... | |
PosElement | position |
Peripheral device position element, list forms position. More... | |
int | protocolVersion |
Protocol version the hub is supporting. More... | |
int | bootVersion |
Bootcode software version. More... | |
int | appVersion |
Application code software version. More... | |
vector< HubPortInfo > | hubPortInfos |
Information about contained hub ports. More... | |
Static (type, version) information for a SensorHub.
Definition at line 40 of file SensorHub.idl.
int peripheral::SensorHub::DeviceInfo::appVersion |
Application code software version.
Definition at line 47 of file SensorHub.idl.
int peripheral::SensorHub::DeviceInfo::bootVersion |
Bootcode software version.
Definition at line 46 of file SensorHub.idl.
vector<HubPortInfo> peripheral::SensorHub::DeviceInfo::hubPortInfos |
Information about contained hub ports.
Definition at line 48 of file SensorHub.idl.
string peripheral::SensorHub::DeviceInfo::model |
Model name of device.
Definition at line 42 of file SensorHub.idl.
PosElement peripheral::SensorHub::DeviceInfo::position |
Peripheral device position element, list forms position.
Definition at line 44 of file SensorHub.idl.
int peripheral::SensorHub::DeviceInfo::protocolVersion |
Protocol version the hub is supporting.
Definition at line 45 of file SensorHub.idl.
string peripheral::SensorHub::DeviceInfo::serial |
Serial number of device.
Definition at line 41 of file SensorHub.idl.
UpstreamType peripheral::SensorHub::DeviceInfo::upstreamType |
Hardware type (indicated a certain upstream type)
Definition at line 43 of file SensorHub.idl.