Interface IInitInitServerPacketReplyCodeDataBanned

Unit

Declaration

type IInitInitServerPacketReplyCodeDataBanned = interface(IInitInitServerPacketReplyCodeData)

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);

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.

Attributes
GUID['{5FE5E167-3610-51BA-A87C-7941B54B9048}']
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 IInitInitServerPacketReplyCodeDataBanned object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

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.