Class TInitInitServerPacketReplyCodeDataBanned

Unit

Declaration

type TInitInitServerPacketReplyCodeDataBanned = class(TInterfacedObject, IInitInitServerPacketReplyCodeData, IInitInitServerPacketReplyCodeDataBanned)

Description

Data associated with IInitInitServerPacket.ReplyCode value 3.

Hierarchy

Overview

Methods

Public function _GetByteSize: Cardinal;
Public function _GetBanType: TInitBanType;
Public procedure _SetBanType(BanType: TInitBanType);
Public function _GetBanTypeData: IInitInitServerPacketReplyCodeDataBannedBanTypeData;
Public procedure _SetBanTypeData(BanTypeData: IInitInitServerPacketReplyCodeDataBannedBanTypeData);
Public procedure Serialize(Writer: TEoWriter);
Public class function Deserialize(Reader: TEoReader): TInitInitServerPacketReplyCodeDataBanned;

Properties

Public property ByteSize: Cardinal read _GetByteSize;
Public property BanType: TInitBanType read _GetBanType write _SetBanType;
Public property BanTypeData: IInitInitServerPacketReplyCodeDataBannedBanTypeData read _GetBanTypeData write _SetBanTypeData;

Description

Methods

Public function _GetByteSize: Cardinal;

This item has no description.

Public function _GetBanType: TInitBanType;

This item has no description.

Public procedure _SetBanType(BanType: TInitBanType);

This item has no description.

Public function _GetBanTypeData: IInitInitServerPacketReplyCodeDataBannedBanTypeData;

This item has no description.

Public procedure _SetBanTypeData(BanTypeData: IInitInitServerPacketReplyCodeDataBannedBanTypeData);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this TInitInitServerPacketReplyCodeDataBanned object to the provided TEoWriter.

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

Deserializes an instance of TInitInitServerPacketReplyCodeDataBanned 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 BanType: TInitBanType read _GetBanType write _SetBanType;

This item has no description.

Public property BanTypeData: IInitInitServerPacketReplyCodeDataBannedBanTypeData read _GetBanTypeData write _SetBanTypeData;

Data associated with the BanType field.


Generated by PasDoc 0.16.0-snapshot.