| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
 
  
| Public Attributes | |
| string | busInterface | 
| rs485 interface used for modbus communication | |
| ModbusCfg::SerialSettings | busSettings | 
| interface settings | |
| int | interframeDelayDeciChars | 
| (== 0) -> default, (< 0) -> no delay, (> 0) -> e.g. 35 means 3.5 chars | |
|  Public Attributes inherited from peripheral::GatewaySensorManager::RemoteModbusDevice | |
| map< int, string > | detectionIdentifiers | 
| list of expected device identifiers | |
| int | unitId | 
| modbus server address | |
| vector< byte > | unsupportedFunctionCodes | 
| list of unsupported modbus function codes (FC) | |
|  Public Attributes inherited from peripheral::GatewaySensorManager::RemoteDevice | |
| string | deviceId | 
| remote device id | |
| boolean | disabled | 
| prevents usage of all sensor specifications which reference this device | |
| string | name | 
| human readable remote device name | |
| int | timeoutMs | 
| communication access timeout, 0 = default | |
| int | retry | 
| communication retry count, 0 = default | |
Definition at line 307 of file GatewaySensorManager.idl.
| string peripheral::GatewaySensorManager::RemoteModbusRTUDevice::busInterface | 
rs485 interface used for modbus communication
Supported values:
(1) with SRC-080X, the REMOTE HUB interfaces are supported, possible values are:
(2) with Raritan Modbus/RS-485 dongle "USB-MOD-DONGLE", possible values are:
Definition at line 325 of file GatewaySensorManager.idl.
| ModbusCfg::SerialSettings peripheral::GatewaySensorManager::RemoteModbusRTUDevice::busSettings | 
interface settings
Definition at line 326 of file GatewaySensorManager.idl.
| int peripheral::GatewaySensorManager::RemoteModbusRTUDevice::interframeDelayDeciChars | 
(== 0) -> default, (< 0) -> no delay, (> 0) -> e.g. 35 means 3.5 chars
Definition at line 327 of file GatewaySensorManager.idl.