Home CommNetwork
CommNetwork Class
网络连接方式,接收服务器数据或将数据发送到相应的服务器端口中 More...
Inherits: | AbstractComm |
Properties
- 1 property inherited from AbstractComm
Public Functions
- 4 public functions inherited from AbstractComm
Additional Inherited Members
- 5 public slots inherited from AbstractComm
- 5 signals inherited from AbstractComm
- 2 protected functions inherited from AbstractComm
- 1 protected slot inherited from AbstractComm
Detailed Description
\author
BriFuture
网络连接方式,接收服务器数据或将数据发送到相应的服务器端口中
与其他连接方式不同,该方式使用 TcpSocket 连接到远程服务器中(而不是常用的串口), 但由于 TcpSocket 继承自 QIODevice,因此实现方式与串口的实现类大同小异