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.