Documentation

UnconnectedPong extends OfflineMessage
in package

Table of Contents

MAGIC  = "\x00\xff\xff\x00\xfe\xfe\xfe\xfe\xfd\xfd\xfd\xfd\x124Vx"
Magic bytes used to distinguish offline messages from loose garbage.
$ID  : mixed
$sendPingTime  : int
$serverId  : int
$serverName  : string
$magic  : string
create()  : self
decode()  : void
encode()  : void
isValid()  : bool
decodeHeader()  : void
decodePayload()  : void
encodeHeader()  : void
encodePayload()  : void
readMagic()  : void
writeMagic()  : void

Constants

MAGIC

Magic bytes used to distinguish offline messages from loose garbage.

private mixed MAGIC = "\x00\xff\xff\x00\xfe\xfe\xfe\xfe\xfd\xfd\xfd\xfd\x124Vx"

Properties

$ID

public static mixed $ID = \raklib\protocol\MessageIdentifiers::ID_UNCONNECTED_PONG

Methods

create()

public static create(int $sendPingTime, int $serverId, string $serverName) : self
Parameters
$sendPingTime : int
$serverId : int
$serverName : string
Return values
self

Search results