天宫鹤

2022年8月31日

Qt之TCP通信笔记-发送端、接收端、客户端、服务端及write()、read()

摘要: 一、Qt TCP通信接收端(listen()、ead()):1.从发射 newConnection() 信号开始(当有新的 TCP 连接,会发射 newConnection() 信号); 2.当QTcpSocket缓存接收到新的数据时发射readyRead信号; 3.连接和传输过程中出错,均会发射e 阅读全文

posted @ 2022-08-31 20:31 GoGrid 阅读(1824) 评论(0) 推荐(0) 编辑

导航