Represents a reliable header structure used in the Fusion.Sockets namespace. More...
Static Public Member Functions | |
static byte * | GetData (ReliableHeader *header) |
Gets the data associated with the specified ReliableHeader. More... | |
Public Attributes | |
ReliableId | Id |
The ReliableId associated with this ReliableHeader. More... | |
ReliableHeader * | Next |
Pointer to the next ReliableHeader in the list. More... | |
ReliableHeader * | Prev |
Pointer to the previous ReliableHeader in the list. More... | |
Static Public Attributes | |
const int | SIZE = 16 + ReliableId.SIZE |
The size of the ReliableHeader structure in bytes. More... | |
Represents a reliable header structure used in the Fusion.Sockets namespace.
|
static |
Gets the data associated with the specified ReliableHeader.
header | The ReliableHeader to get data from. |
ReliableId Id |
The ReliableId associated with this ReliableHeader.
ReliableHeader* Next |
Pointer to the next ReliableHeader in the list.
ReliableHeader* Prev |
Pointer to the previous ReliableHeader in the list.
|
static |
The size of the ReliableHeader structure in bytes.