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
QIpPacketHeader Class Reference

#include <qnetworkdatagram_p.h>

+ Collaboration diagram for QIpPacketHeader:

Public Member Functions

 QIpPacketHeader (const QHostAddress &dstAddr=QHostAddress(), quint16 port=0)
 
void clear ()
 

Public Attributes

QHostAddress senderAddress
 
QHostAddress destinationAddress
 
uint ifindex
 
int hopLimit
 
int streamNumber
 
quint16 senderPort
 
quint16 destinationPort
 
bool endOfRecord
 

Detailed Description

Definition at line 23 of file qnetworkdatagram_p.h.

Constructor & Destructor Documentation

◆ QIpPacketHeader()

QIpPacketHeader::QIpPacketHeader ( const QHostAddress & dstAddr = QHostAddress(),
quint16 port = 0 )
inline

Definition at line 26 of file qnetworkdatagram_p.h.

Member Function Documentation

◆ clear()

void QIpPacketHeader::clear ( )
inline

Definition at line 31 of file qnetworkdatagram_p.h.

References QHostAddress::clear(), destinationAddress, endOfRecord, hopLimit, ifindex, senderAddress, and streamNumber.

+ Here is the call graph for this function:

Member Data Documentation

◆ destinationAddress

◆ destinationPort

quint16 QIpPacketHeader::destinationPort

◆ endOfRecord

bool QIpPacketHeader::endOfRecord

Definition at line 49 of file qnetworkdatagram_p.h.

Referenced by clear().

◆ hopLimit

int QIpPacketHeader::hopLimit

◆ ifindex

◆ senderAddress

◆ senderPort

quint16 QIpPacketHeader::senderPort

◆ streamNumber

int QIpPacketHeader::streamNumber

Definition at line 46 of file qnetworkdatagram_p.h.

Referenced by clear().


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