En esta página

QModbusTcpClient Class

La clase QModbusTcpClient es la clase de interfaz para el dispositivo cliente Modbus TCP. Más...

Cabecera: #include <QModbusTcpClient>
CMake: find_package(Qt6 REQUIRED COMPONENTS SerialBus)
target_link_libraries(mytarget PRIVATE Qt6::SerialBus)
qmake: QT += serialbus
Hereda: QModbusClient

Funciones Públicas

QModbusTcpClient(QObject *parent = nullptr)
virtual ~QModbusTcpClient()

Funciones protegidas reimplementadas

virtual void close() override
virtual bool open() override

Descripción Detallada

QModbusTcpClient se comunica con el backend Modbus proporcionando a los usuarios una API conveniente.

Documentación de Funciones Miembro

[explicit] QModbusTcpClient::QModbusTcpClient(QObject *parent = nullptr)

Construye un QModbusTcpClient con el parent especificado .

[virtual noexcept] QModbusTcpClient::~QModbusTcpClient()

Destruye la instancia QModbusTcpClient.

[override virtual protected] void QModbusTcpClient::close()

Reimplementa: QModbusDevice::close().

[override virtual protected] bool QModbusTcpClient::open()

Reimplementa: QModbusDevice::open().

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.