Class TInitInitServerPacketReplyCodeDataPlayersListFriends

Unit

Declaration

type TInitInitServerPacketReplyCodeDataPlayersListFriends = class(TInterfacedObject, IInitInitServerPacketReplyCodeData, IInitInitServerPacketReplyCodeDataPlayersListFriends)

Description

Data associated with IInitInitServerPacket.ReplyCode value 11.

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetPlayersList: IPlayersListFriends;

This item has no description.

Public procedure SetPlayersList(PlayersList: IPlayersListFriends);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this TInitInitServerPacketReplyCodeDataPlayersListFriends object to the provided TEoWriter.

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

Deserializes an instance of TInitInitServerPacketReplyCodeDataPlayersListFriends 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: IPlayersListFriends read GetPlayersList write SetPlayersList;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.