Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 = 0
int hopLimit = -1
int streamNumber = -1
quint16 senderPort = 0
quint16 destinationPort
bool endOfRecord = false

Detailed Description

Definition at line 24 of file qnetworkdatagram_p.h.

Constructor & Destructor Documentation

◆ QIpPacketHeader()

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

Definition at line 27 of file qnetworkdatagram_p.h.

Member Function Documentation

◆ clear()

void QIpPacketHeader::clear ( )
inline

Definition at line 31 of file qnetworkdatagram_p.h.

Member Data Documentation

◆ destinationAddress

QHostAddress QIpPacketHeader::destinationAddress

Definition at line 42 of file qnetworkdatagram_p.h.

◆ destinationPort

quint16 QIpPacketHeader::destinationPort

Definition at line 48 of file qnetworkdatagram_p.h.

◆ endOfRecord

bool QIpPacketHeader::endOfRecord = false

Definition at line 49 of file qnetworkdatagram_p.h.

◆ hopLimit

int QIpPacketHeader::hopLimit = -1

Definition at line 45 of file qnetworkdatagram_p.h.

◆ ifindex

uint QIpPacketHeader::ifindex = 0

Definition at line 44 of file qnetworkdatagram_p.h.

◆ senderAddress

QHostAddress QIpPacketHeader::senderAddress

Definition at line 41 of file qnetworkdatagram_p.h.

◆ senderPort

quint16 QIpPacketHeader::senderPort = 0

Definition at line 47 of file qnetworkdatagram_p.h.

◆ streamNumber

int QIpPacketHeader::streamNumber = -1

Definition at line 46 of file qnetworkdatagram_p.h.


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