QModbusTcpConnectionObserver Class
The QModbusTcpConnectionObserver class represents the interface for objects that can be passed to QModbusTcpServer::installConnectionObserver. More...
| Header: | #include <QModbusTcpConnectionObserver> |
| qmake: | QT += serialbus |
| Since: | Qt 5.13 |
This class was introduced in Qt 5.13.
Detailed Description
The interface must be implemented by the developer to be able to monitor every incoming TCP connection from another Modbus client.
See also QModbusTcpServer::installConnectionObserver.