#include <InternalPacket.h>
Inherited by InternalPacket.
Public Attributes | |
MessageNumberType | reliableMessageNumber |
A unique numerical identifier given to this user message. Used to identify reliable messages on the network. | |
OrderingIndexType | orderingIndex |
The ID used as identification for ordering channels. | |
unsigned char | orderingChannel |
What ordering channel this packet is on, if the reliability type uses ordering channels. | |
SplitPacketIdType | splitPacketId |
The ID of the split packet, if we have split packets. This is the maximum number of split messages we can send simultaneously per connection. | |
SplitPacketIndexType | splitPacketIndex |
If this is a split packet, the index into the array of subsplit packets. | |
SplitPacketIndexType | splitPacketCount |
The size of the array of subsplit packets. | |
BitSize_t | dataBitLength |
How many bits long the data is. | |
PacketReliability | reliability |
What type of reliability algorithm to use with this packet. |
Definition at line 41 of file InternalPacket.h.
How many bits long the data is.
Definition at line 54 of file InternalPacket.h.
What ordering channel this packet is on, if the reliability type uses ordering channels.
Definition at line 48 of file InternalPacket.h.
The ID used as identification for ordering channels.
Definition at line 46 of file InternalPacket.h.
What type of reliability algorithm to use with this packet.
Definition at line 58 of file InternalPacket.h.
A unique numerical identifier given to this user message. Used to identify reliable messages on the network.
Definition at line 44 of file InternalPacket.h.
The size of the array of subsplit packets.
Definition at line 54 of file InternalPacket.h.
The ID of the split packet, if we have split packets. This is the maximum number of split messages we can send simultaneously per connection.
Definition at line 50 of file InternalPacket.h.
If this is a split packet, the index into the array of subsplit packets.
Definition at line 52 of file InternalPacket.h.