| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
peripheral device position based address More...
import <PeripheralDeviceSlot.idl;
| Public Attributes | |
| vector< PosElement > | position | 
| Position within 1-wire topo. | |
| sensors::Sensor TypeSpec | type | 
| device's type spec | |
| boolean | isActuator | 
| true if device is an actuator | |
| int | channel | 
| Channel number. | |
peripheral device position based address
Definition at line 25 of file PeripheralDeviceSlot.idl.
| int peripheral::Address::channel | 
Channel number.
Definition at line 29 of file PeripheralDeviceSlot.idl.
| boolean peripheral::Address::isActuator | 
true if device is an actuator
Definition at line 28 of file PeripheralDeviceSlot.idl.
| vector<PosElement> peripheral::Address::position | 
Position within 1-wire topo.
Definition at line 26 of file PeripheralDeviceSlot.idl.
| sensors::Sensor TypeSpec peripheral::Address::type | 
device's type spec
Definition at line 27 of file PeripheralDeviceSlot.idl.