#include <InternalPacket.h>
Public Attributes | |
bool | isAcknowledgement |
PacketNumberType | packetNumber |
PacketPriority | priority |
PacketReliability | reliability |
unsigned char | orderingChannel |
unsigned char | orderingIndex |
unsigned long | splitPacketId |
unsigned long | splitPacketIndex |
unsigned long | splitPacketCount |
unsigned long | creationTime |
unsigned long | nextActionTime |
unsigned long | dataBitLength |
char * | data |
Internal packets are used whitin the RakNet Network Library for internal management only.
|
When this packet was created |
|
Buffer is a pointer to the actual data, assuming this packet has data at all |
|
How many bits the data is |
|
True if this is an acknowledgement packet |
|
The next time to take action on this packet |
|
What ordering channel this packet is on, if the reliability type uses ordering channels |
|
The ID used as identification for ordering channels |
|
The number of this packet, used as an identifier |
|
The priority level of this packet |
|
What type of reliability algorithm to use with this packet |
|
The size of the array of split packets |
|
The ID of the split packet, if we have split packets |
|
If this is a split packet, the index into the array of split packets |