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
QSocks5UdpAssociateData Struct Reference
+ Inheritance diagram for QSocks5UdpAssociateData:
+ Collaboration diagram for QSocks5UdpAssociateData:

Public Attributes

QUdpSocketudpSocket
 
QHostAddress associateAddress
 
quint16 associatePort
 
QQueue< QSocks5RevivedDatagrampendingDatagrams
 
- Public Attributes inherited from QSocks5Data
QTcpSocketcontrolSocket
 
QSocks5Authenticatorauthenticator
 

Detailed Description

Definition at line 274 of file qsocks5socketengine.cpp.

Member Data Documentation

◆ associateAddress

QHostAddress QSocks5UdpAssociateData::associateAddress

Definition at line 277 of file qsocks5socketengine.cpp.

◆ associatePort

quint16 QSocks5UdpAssociateData::associatePort

Definition at line 278 of file qsocks5socketengine.cpp.

◆ pendingDatagrams

QQueue<QSocks5RevivedDatagram> QSocks5UdpAssociateData::pendingDatagrams

◆ udpSocket

QUdpSocket* QSocks5UdpAssociateData::udpSocket

The documentation for this struct was generated from the following file: