Overview
Classes: AbstractModbusDeviceHandler, MessageProcessor, ModbusDeviceConnection, ModbusDeviceHandler
Classes
class AbstractModbusDeviceHandler
This is an implementation of the ModbusDeviceHandler interface, which provides a trivial implementation of every method that simply throws a ModbusException with a MODBUS_EXC_ILLEGAL_FUNCTION exception code.
class MessageProcessor
class ModbusDeviceConnection
This is a basic implementation of a Modbus device server that reads incoming messages and dispatches them to a ModbusDeviceHandler instance, then sends back the response.