PHP Class raklib\protocol\EncapsulatedPacket

Afficher le fichier Open project: iTXTech/Genisys Class Usage Examples

Méthodes publiques

Свойство Type Description
$buffer
$hasSplit
$identifierACK
$length
$messageIndex
$needACK
$orderChannel
$orderIndex
$reliability
$splitCount
$splitID
$splitIndex

Méthodes publiques

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

Method Details

__toString() public méthode

public __toString ( )

fromBinary() public static méthode

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

getTotalLength() public méthode

public getTotalLength ( )

toBinary() public méthode

public toBinary ( boolean $internal = false ) : string
$internal boolean
Résultat string

Property Details

$buffer public_oe property

public $buffer

$hasSplit public_oe property

public $hasSplit

$identifierACK public_oe property

public $identifierACK

$length public_oe property

public $length

$messageIndex public_oe property

public $messageIndex

$needACK public_oe property

public $needACK

$orderChannel public_oe property

public $orderChannel

$orderIndex public_oe property

public $orderIndex

$reliability public_oe property

public $reliability

$splitCount public_oe property

public $splitCount

$splitID public_oe property

public $splitID

$splitIndex public_oe property

public $splitIndex