| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
Modbus RTU settings. More...
import <ModbusGatewayMgr.idl;
| Public Attributes | |
| byte | defaultAddr | 
| Modbus serial device default address. | |
| int | speed | 
| Modbus serial line speed. | |
| byte | parity | 
| Modbus serial line parity (N/E/O) | |
Modbus RTU settings.
Definition at line 15 of file ModbusGatewayMgr.idl.
| byte modbus::GatewayMgr::RtuSettings::defaultAddr | 
Modbus serial device default address.
Definition at line 16 of file ModbusGatewayMgr.idl.
| byte modbus::GatewayMgr::RtuSettings::parity | 
Modbus serial line parity (N/E/O)
Definition at line 18 of file ModbusGatewayMgr.idl.
| int modbus::GatewayMgr::RtuSettings::speed | 
Modbus serial line speed.
Definition at line 17 of file ModbusGatewayMgr.idl.