The QModbusTcpClient class is the interface class for Modbus TCP client device. 更多...
| 头: | #include <QModbusTcpClient> | 
| qmake: | QT += serialbus | 
| Since: | Qt 5.8 | 
| 继承: | QModbusClient | 
| QModbusTcpClient (QObject * parent = nullptr) | |
| virtual | ~QModbusTcpClient () | 
| const QMetaObject | staticMetaObject | 
| virtual void | close () override | 
| virtual bool | open () override | 
The QModbusTcpClient class is the interface class for Modbus TCP client device.
QModbusTcpClient communicates with the Modbus backend providing users with a convenient API.
构造 QModbusTcpClient 采用指定 parent .
[虚拟]
						
						QModbusTcpClient::
						
							~QModbusTcpClient
						
						()
						
					销毁 QModbusTcpClient 实例。
[override virtual protected]
						
						
							void
						
						QModbusTcpClient::
						
							close
						
						()
						
					重实现自 QModbusDevice::close ().
[override virtual protected]
						
						
							bool
						
						QModbusTcpClient::
						
							open
						
						()
						
					重实现自 QModbusDevice::open ().