6#ifndef __MODBUS_GATEWAY_MGR_IDL__
7#define __MODBUS_GATEWAY_MGR_IDL__
constant int ERR_INVALID_PARAMS
Invalid parameters.
int setSettings(in Settings settings)
Set the modbus gateway settings.
Settings getSettings()
Get the modbus gateway settings.
constant int NO_ERROR
No error.
byte parity
Modbus serial line parity (N/E/O)
int speed
Modbus serial line speed.
byte defaultAddr
Modbus serial device default address.
Modbus gateway settings (extending modb PortMux service)
RtuSettings rtu
Modbus RTU settings.