The order channel of the frame.
The order index of the frame.
The payload of the frame.
The reliability of the frame.
The reliable index of the frame.
The sequence index of the frame.
The split id of the frame.
The split index of the frame.
The split size of the frame.
Gets the byte length of the frame.
The byte length of the frame.
Checks if the frame is ordered.
True if the frame is ordered; otherwise, false.
Checks if the frame is order exclusive.
True if the frame is order exclusive; otherwise, false.
Checks if the frame is reliable.
True if the frame is reliable; otherwise, false.
Checks if the frame is sequenced.
True if the frame is sequenced; otherwise, false.
Checks if the frame is split.
True if the frame is split; otherwise, false.
Static
readReads the Frame data type from a binary stream.
The binary stream to read from.
The Frame data type.
Static
writeWrites the Frame data type to a binary stream.
The binary stream to write to.
Represents a frame data type. Frame is used when sending data in RakNet.