| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
Modbus service settings interface More...
import <Modbus.idl;
| Classes | |
| struct | Capabilities | 
| Device modbus capabilities.  More... | |
| struct | SerialSettings | 
| Modbus/serial settings.  More... | |
| struct | Settings | 
| Modbus service settings  More... | |
| struct | TcpSettings | 
| Modbus/TCP settings.  More... | |
| Public Types | |
| enum | Parity { NONE , EVEN , ODD } | 
| Serial line parity.  More... | |
| Public Member Functions | |
| Capabilities | getCapabilities () | 
| Retrieve the device Modbus capabilities. | |
| Settings | getSettings () | 
| Retrieve the Modbus service settings. | |
| int | setSettings (in Settings settings) | 
| Set the Modbus service settings. | |
| Public Attributes | |
| constant int | ERR_INVALID_PARAM = 1 | 
| Invalid parameters. | |
Modbus service settings interface
Definition at line 12 of file Modbus.idl.
Serial line parity.
Definition at line 39 of file Modbus.idl.
| Capabilities devsettings::Modbus::getCapabilities | ( | ) | 
Retrieve the device Modbus capabilities.
| Settings devsettings::Modbus::getSettings | ( | ) | 
Retrieve the Modbus service settings.
| int devsettings::Modbus::setSettings | ( | in Settings | settings | ) | 
Set the Modbus service settings.
| settings | New settings | 
| constant int devsettings::Modbus::ERR_INVALID_PARAM = 1 | 
Invalid parameters.
Definition at line 14 of file Modbus.idl.