Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
src_network_socket_qsctpsocket.cpp File Reference

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().