QTcpSocket Class Reference [Модуль QtNetwork]
The QTcpSocket class provides a TCP socket. Далее...
#include <QTcpSocket> Inherits QAbstractSocket.
Inherited by QSslSocket.
Замечание: все функции этого класса реентерабильны.
Открытые функции
Дополнительные унаследованные члены
Подробное описание
The QTcpSocket class provides a TCP socket.
TCP (Transmission Control 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 QIODevice::Unbuffered mode.
See also QTcpServer, QUdpSocket, QFtp, QHttp, Fortune Server Example, Fortune Client Example, Threaded Fortune Server Example, Blocking Fortune Client Example, Loopback Example, and Torrent Example.
Описание функций-членов
QTcpSocket::QTcpSocket ( QObject * parent = 0 )
Creates a QTcpSocket object in state UnconnectedState.
parent is passed on to the QObject constructor.
See also socketType().
QTcpSocket::~QTcpSocket () [virtual]
Destroys the socket, closing the connection if necessary.
Смотрите также close().
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) |
Торговые марки |
Qt 4.5.3 |
|