PHP Class raklib\protocol\EncapsulatedPacket

Show file Open project: iTXTech/Genisys Class Usage Examples

Public Properties

Property Type Description
$buffer
$hasSplit
$identifierACK
$length
$messageIndex
$needACK
$orderChannel
$orderIndex
$reliability
$splitCount
$splitID
$splitIndex

Public Methods

Method Description
__toString ( )
fromBinary ( string $binary, boolean $internal = false, &$offset = null ) : EncapsulatedPacket
getTotalLength ( )
toBinary ( boolean $internal = false ) : string

Method Details

__toString() public method

public __toString ( )

fromBinary() public static method

public static fromBinary ( string $binary, boolean $internal = false, &$offset = null ) : EncapsulatedPacket
$binary string
$internal boolean
return EncapsulatedPacket

getTotalLength() public method

public getTotalLength ( )

toBinary() public method

public toBinary ( boolean $internal = false ) : string
$internal boolean
return string

Property Details

$buffer public property

public $buffer

$hasSplit public property

public $hasSplit

$identifierACK public property

public $identifierACK

$length public property

public $length

$messageIndex public property

public $messageIndex

$needACK public property

public $needACK

$orderChannel public property

public $orderChannel

$orderIndex public property

public $orderIndex

$reliability public property

public $reliability

$splitCount public property

public $splitCount

$splitID public property

public $splitID

$splitIndex public property

public $splitIndex