QtBase  v6.3.1
Functions | Variables
src_network_socket_qnativesocketengine.cpp File Reference

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] More...
 

Function Documentation

◆ bind()

socketLayer bind ( QHostAddress::Any  ,
4000   
)
Here is the caller graph for this function:

◆ connectToHost()

socketLayer connectToHost ( QHostAddress::LocalHost  ,
22   
)

◆ if()

if ( socketLayer.  waitForRead())

Definition at line 67 of file src_network_socket_qnativesocketengine.cpp.

Here is the call graph for this function:

◆ initialize()

Here is the caller graph for this function:

◆ listen()

socketLayer listen ( )

◆ waitForWrite()

socketLayer waitForWrite ( )

Variable Documentation

◆ socketLayer

QNativeSocketEngine socketLayer

[0]

[1]

Definition at line 52 of file src_network_socket_qnativesocketengine.cpp.