Skip to main content

Module server

Module server 

Source

Structs§

ModbusRtuOverTcpServer
Modbus RTU-over-TCP server that accepts TCP connections carrying RTU-framed requests.
ModbusTcpServer
Modbus TCP server that accepts connections and dispatches requests to a ModbusService.

Enums§

ServiceError
Errors returned by a ModbusService handler.

Traits§

ModbusService
Application-level request handler for Modbus servers.