Documentation

ReplyCodeDataDefault
in package
implements ReplyCodeData

Default data associated with replyCode

In this case (reply_code > 9), reply_code is a session ID for character creation

Table of Contents

Interfaces

ReplyCodeData
Data associated with different values of the `replyCode` field.

Properties

$byteSize  : int

Methods

__toString()  : string
Returns a string representation of the object.
deserialize()  : ReplyCodeDataDefault
Deserializes an instance of `ReplyCodeDataDefault` from the provided `EoReader`.
getByteSize()  : int
Returns the size of the data that this was deserialized from.
serialize()  : void
Serializes an instance of `ReplyCodeDataDefault` to the provided `EoWriter`.
setByteSize()  : void
Sets the size of the data that this was deserialized from.

Properties

Methods

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.


        
On this page

Search results