Class TInitInitServerPacketReplyCodeDataPlayersList

Unit

Declaration

type TInitInitServerPacketReplyCodeDataPlayersList = class(TInterfacedObject, IInitInitServerPacketReplyCodeData, IInitInitServerPacketReplyCodeDataPlayersList)

Description

Data associated with IInitInitServerPacket.ReplyCode value 9.

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetPlayersList: IPlayersList;
Public procedure SetPlayersList(PlayersList: IPlayersList);
Public procedure Serialize(Writer: TEoWriter);
Public class function Deserialize(Reader: TEoReader): TInitInitServerPacketReplyCodeDataPlayersList;

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property PlayersList: IPlayersList read GetPlayersList write SetPlayersList;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetPlayersList: IPlayersList;

This item has no description.

Public procedure SetPlayersList(PlayersList: IPlayersList);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this TInitInitServerPacketReplyCodeDataPlayersList object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to
Public class function Deserialize(Reader: TEoReader): TInitInitServerPacketReplyCodeDataPlayersList;

Deserializes an instance of TInitInitServerPacketReplyCodeDataPlayersList from the provided TEoReader.

Parameters
Reader
The reader that the object will be deserialized from
Returns

The deserialized object

Properties

Public property ByteSize: Cardinal read GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property PlayersList: IPlayersList read GetPlayersList write SetPlayersList;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.