![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
socket | setMaxChannelCount (16) |
socket | connectToHost (QHostAddress::LocalHost, 1973) |
if (socket->waitForConnected(1000)) | |
Variables | |
QSctpSocket * | socket = new QSctpSocket(this) |
[0] | |
socket connectToHost | ( | QHostAddress::LocalHost | , |
1973 | ) |
if | ( | socket-> | waitForConnected1000 | ) |
Definition at line 10 of file src_network_socket_qsctpsocket.cpp.
socket setMaxChannelCount | ( | 16 | ) |
QSctpSocket* socket = new QSctpSocket(this) |
[0]
Definition at line 5 of file src_network_socket_qsctpsocket.cpp.