Documentation

ConnectionAcceptClientPacket
in package

Confirm initialization data

Table of Contents

Properties

$byteSize  : int
$clientEncryptionMultiple  : int
$playerId  : int
$serverEncryptionMultiple  : int

Methods

__toString()  : string
Returns a string representation of the object.
action()  : int
Returns the packet action associated with this packet.
deserialize()  : ConnectionAcceptClientPacket
Deserializes an instance of `ConnectionAcceptClientPacket` from the provided `EoReader`.
family()  : int
Returns the packet family associated with this packet.
getByteSize()  : int
Returns the size of the data that this was deserialized from.
getClientEncryptionMultiple()  : int
getPlayerId()  : int
getServerEncryptionMultiple()  : int
serialize()  : void
Serializes an instance of `ConnectionAcceptClientPacket` to the provided `EoWriter`.
setByteSize()  : void
Sets the size of the data that this was deserialized from.
setClientEncryptionMultiple()  : void
setPlayerId()  : void
setServerEncryptionMultiple()  : void
write()  : void
Serializes and writes this packet to the provided EoWriter.

Properties

Methods

action()

Returns the packet action associated with this packet.

public static action() : int
Return values
int

The packet action associated with this packet.

family()

Returns the packet family associated with this packet.

public static family() : int
Return values
int

The packet family associated with this packet.

getByteSize()

Returns the size of the data that this was deserialized from.

public getByteSize() : int
Return values
int

The size of the data that this was deserialized from.

setByteSize()

Sets the size of the data that this was deserialized from.

public setByteSize(int $byteSize) : void
Parameters
$byteSize : int

The size of the data that this was deserialized from.

setClientEncryptionMultiple()

public setClientEncryptionMultiple(int $clientEncryptionMultiple) : void
Parameters
$clientEncryptionMultiple : int

setServerEncryptionMultiple()

public setServerEncryptionMultiple(int $serverEncryptionMultiple) : void
Parameters
$serverEncryptionMultiple : int

        
On this page

Search results