Public Attributes

InternalPacketFixedSizeTransmissionHeader Struct Reference

#include <InternalPacket.h>

Inherited by InternalPacket.

Collaboration diagram for InternalPacketFixedSizeTransmissionHeader:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Definition at line 41 of file InternalPacket.h.


Member Data Documentation

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.


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