ContainerHeader

Header for the Container Packet's PID. Information taken from https://github.com/OculusVR/RakNet/blob/master/Source/ReliabilityLayer.cpp#L110

Members

Functions

decode
void decode(ubyte header)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
ubyte encode()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

hasBAndAS
bool hasBAndAS;
Undocumented in source.
isACK
bool isACK;
Undocumented in source.
isContinuousSend
bool isContinuousSend;
Undocumented in source.
isNACK
bool isNACK;
Undocumented in source.
isPacketPair
bool isPacketPair;
Undocumented in source.
isValid
bool isValid;
Undocumented in source.
needsBAndAs
bool needsBAndAs;
Undocumented in source.

Meta