Photon Fusion 2.0.12

Static Public Member Functions | 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...
 

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.