QTcpSocket¶
The QTcpSocket
class provides a TCP socket. More…

Inherited by: QSslSocket
Detailed Description¶
TCP (Transmission Control Protocol) is a reliable, stream-oriented, connection-oriented transport protocol. It is especially well suited for continuous transmission of data.
QTcpSocket
is a convenience subclass of QAbstractSocket
that allows you to establish a TCP connection and transfer streams of data. See the QAbstractSocket
documentation for details.
Note
TCP sockets cannot be opened in Unbuffered
mode.
-
class
PySide6.QtNetwork.
QTcpSocket
([parent=None])¶ - Parameters
parent –
PySide6.QtCore.QObject
Creates a QTcpSocket
object in state UnconnectedState
.
parent
is passed on to the QObject
constructor.
See also
© 2021 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.