Photon Fusion 2.0.3

Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ReliableHeader Struct Reference

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...
 
ReliableHeaderNext
 Pointer to the next ReliableHeader in the list. More...
 
ReliableHeaderPrev
 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...
 

Detailed Description

Represents a reliable header structure used in the Fusion.Sockets namespace.

Member Function Documentation

◆ GetData()

static byte* GetData ( ReliableHeader header)
static

Gets the data associated with the specified ReliableHeader.

Parameters
headerThe ReliableHeader to get data from.
Returns
A pointer to the data associated with the specified ReliableHeader.

Member Data Documentation

◆ Id

The ReliableId associated with this ReliableHeader.

◆ Next

Pointer to the next ReliableHeader in the list.

◆ Prev

Pointer to the previous ReliableHeader in the list.

◆ SIZE

const int SIZE = 16 + ReliableId.SIZE
static

The size of the ReliableHeader structure in bytes.