![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qnetworkdatagram_p.h>
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 |
Definition at line 24 of file qnetworkdatagram_p.h.
|
inline |
Definition at line 27 of file qnetworkdatagram_p.h.
|
inline |
Definition at line 31 of file qnetworkdatagram_p.h.
QHostAddress QIpPacketHeader::destinationAddress |
Definition at line 42 of file qnetworkdatagram_p.h.
quint16 QIpPacketHeader::destinationPort |
Definition at line 48 of file qnetworkdatagram_p.h.
bool QIpPacketHeader::endOfRecord = false |
Definition at line 49 of file qnetworkdatagram_p.h.
int QIpPacketHeader::hopLimit = -1 |
Definition at line 45 of file qnetworkdatagram_p.h.
uint QIpPacketHeader::ifindex = 0 |
Definition at line 44 of file qnetworkdatagram_p.h.
QHostAddress QIpPacketHeader::senderAddress |
Definition at line 41 of file qnetworkdatagram_p.h.
quint16 QIpPacketHeader::senderPort = 0 |
Definition at line 47 of file qnetworkdatagram_p.h.
int QIpPacketHeader::streamNumber = -1 |
Definition at line 46 of file qnetworkdatagram_p.h.