Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_network_socket_qsctpsocket.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

Go to the source code of this file.

Functions

socket setMaxChannelCount (16)
 
socket connectToHost (QHostAddress::LocalHost, 1973)
 
 if (socket->waitForConnected(1000))
 

Variables

QSctpSocketsocket = new QSctpSocket(this)
 [0]
 

Function Documentation

◆ connectToHost()

socket connectToHost ( QHostAddress::LocalHost ,
1973  )

◆ if()

if ( socket-> waitForConnected1000)

Definition at line 10 of file src_network_socket_qsctpsocket.cpp.

References QIODevice::readChannelCount(), socket, and QIODevice::writeChannelCount().

+ Here is the call graph for this function:

◆ setMaxChannelCount()

socket setMaxChannelCount ( 16 )

Variable Documentation

◆ socket

QSctpSocket* socket = new QSctpSocket(this)

[0]

Definition at line 5 of file src_network_socket_qsctpsocket.cpp.

Referenced by if().