![]() |
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 | connectToServer ("market") |
[0] | |
if (socket->waitForConnected(1000)) qDebug("Connected!") | |
socket | disconnectFromServer () |
[0] | |
if (socket->state()==QLocalSocket::UnconnectedState||socket->waitForDisconnected(1000)) | |
socket connectToServer | ( | "market" | ) |
[0]
socket disconnectFromServer | ( | ) |
[0]
[1]
if | ( | socket-> | state() = = QLocalSocket::UnconnectedState || socket->waitForDisconnected(1000) | ) |
Definition at line 13 of file src_network_socket_qlocalsocket_unix.cpp.
if | ( | socket-> | waitForConnected1000 | ) |
Definition at line 10 of file src_network_socket_qsctpsocket.cpp.