| Constructor and Description |
|---|
TCPConnectionHandler(AbstractModbusListener listener,
TCPSlaveConnection connection,
int maxIdleSeconds)
Constructs a new TCPConnectionHandler instance.
|
public TCPConnectionHandler(AbstractModbusListener listener, TCPSlaveConnection connection, int maxIdleSeconds)
The connections will be handling using the ModbusCouple class and a ProcessImage which provides the interface between the slave implementation and the TCPSlaveConnection.
listener - the listener that handled the incoming requestconnection - an incoming connection.maxIdleSeconds - 0 or maximum inactivity time for the connectionCopyright © 2025. All Rights Reserved.