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_qnativesocketengine.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

Go to the source code of this file.

Functions

socketLayer initialize (QAbstractSocket::TcpSocket, QAbstractSocket::IPv4Protocol)
 
socketLayer connectToHost (QHostAddress::LocalHost, 22)
 
socketLayer waitForWrite ()
 
socketLayer bind (QHostAddress::Any, 4000)
 
socketLayer listen ()
 
 if (socketLayer.waitForRead())
 

Variables

QNativeSocketEngine socketLayer
 [0]
 

Function Documentation

◆ bind()

socketLayer bind ( QHostAddress::Any ,
4000  )

Referenced by BluetoothManagement::BluetoothManagement(), HciManager::HciManager(), LeCmacCalculator::LeCmacCalculator(), QAbstractSocket::bind(), QAbstractSocket::bind(), QMYSQLResultPrivate::bindBlobs(), QMYSQLResultPrivate::bindInValues(), and ServerSocket::listen().

+ Here is the caller graph for this function:

◆ connectToHost()

socketLayer connectToHost ( QHostAddress::LocalHost ,
22  )

◆ if()

if ( socketLayer. waitForRead())

Definition at line 20 of file src_network_socket_qnativesocketengine.cpp.

References QNativeSocketEngine::accept(), clientSocket, and socketLayer.

+ Here is the call graph for this function:

◆ initialize()

◆ listen()

socketLayer listen ( )

Referenced by ServerSocket::listen(), and QBluetoothServer::listen().

+ Here is the caller graph for this function:

◆ waitForWrite()

socketLayer waitForWrite ( )

Referenced by QEventDispatcherWasm::socketSelect(), QHttpSocketEngine::waitForReadOrWrite(), and QSocks5SocketEngine::waitForReadOrWrite().

+ Here is the caller graph for this function:

Variable Documentation

◆ socketLayer

QNativeSocketEngine socketLayer

[0]

[1]

Definition at line 5 of file src_network_socket_qnativesocketengine.cpp.

Referenced by if().