C++|Qt之QTcpServer基本用法

QTcpServer 方法: 1.listen() 2.hasPendingConnections() 3.nextPendingConnection() 4.setMaxPendingConnections() 5.errorString() 6.incomingConnection(qintptr socketDescriptor) 信号: 1.newConnection() 2.accept
相关文章
相关标签/搜索