PHP 클래스 raklib\protocol\EncapsulatedPacket

파일 보기 프로젝트 열기: iTXTech/Genisys 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$buffer
$hasSplit
$identifierACK
$length
$messageIndex
$needACK
$orderChannel
$orderIndex
$reliability
$splitCount
$splitID
$splitIndex

공개 메소드들

메소드 설명
__toString ( )
fromBinary ( string $binary, boolean $internal = false, &$offset = null ) : EncapsulatedPacket
getTotalLength ( )
toBinary ( boolean $internal = false ) : string

메소드 상세

__toString() 공개 메소드

public __toString ( )

fromBinary() 공개 정적인 메소드

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

getTotalLength() 공개 메소드

public getTotalLength ( )

toBinary() 공개 메소드

public toBinary ( boolean $internal = false ) : string
$internal boolean
리턴 string

프로퍼티 상세

$buffer 공개적으로 프로퍼티

public $buffer

$hasSplit 공개적으로 프로퍼티

public $hasSplit

$identifierACK 공개적으로 프로퍼티

public $identifierACK

$length 공개적으로 프로퍼티

public $length

$messageIndex 공개적으로 프로퍼티

public $messageIndex

$needACK 공개적으로 프로퍼티

public $needACK

$orderChannel 공개적으로 프로퍼티

public $orderChannel

$orderIndex 공개적으로 프로퍼티

public $orderIndex

$reliability 공개적으로 프로퍼티

public $reliability

$splitCount 공개적으로 프로퍼티

public $splitCount

$splitID 공개적으로 프로퍼티

public $splitID

$splitIndex 공개적으로 프로퍼티

public $splitIndex