Mirror::LocalConnectionBuffer
Public Functions
Name | |
---|---|
void | Write(ArraySegment< byte > segment) |
bool | HasPackets() |
ArraySegment< byte > | GetNextPacket() |
void | ResetBuffer() |
Public Functions Documentation
function Write
inline void Write(
ArraySegment< byte > segment
)
function HasPackets
inline bool HasPackets()
function GetNextPacket
inline ArraySegment< byte > GetNextPacket()
function ResetBuffer
inline void ResetBuffer()
Updated on 18 January 2021 at 09:53:54 UTC