Documentation

EncapsulatedPacket
in package

Table of Contents

RELIABILITY_FLAGS  = 0b111 << self::RELIABILITY_SHIFT
RELIABILITY_SHIFT  = 5
SPLIT_FLAG  = 0b10000
$buffer  : string
$identifierACK  : int|null
$messageIndex  : int|null
$orderChannel  : int|null
$orderIndex  : int|null
$reliability  : int
$sequenceIndex  : int|null
$splitInfo  : SplitPacketInfo|null
__toString()  : string
fromBinary()  : EncapsulatedPacket
getTotalLength()  : int
toBinary()  : string

Constants

RELIABILITY_FLAGS

private mixed RELIABILITY_FLAGS = 0b111 << self::RELIABILITY_SHIFT

Properties

Methods

Search results