Interface IInitInitServerPacketReplyCodeDataBanned
Unit
Declaration
type IInitInitServerPacketReplyCodeDataBanned = interface(IInitInitServerPacketReplyCodeData)
Description
Data associated with IInitInitServerPacket.ReplyCode
value 3
.
Hierarchy
- IInterface
- IInitInitServerPacketReplyCodeData
- IInitInitServerPacketReplyCodeDataBanned
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetBanType: TInitBanType; |
|
procedure SetBanType(BanType: TInitBanType); |
|
function GetBanTypeData: IInitInitServerPacketReplyCodeDataBannedBanTypeData; |
|
procedure SetBanTypeData(BanTypeData: IInitInitServerPacketReplyCodeDataBannedBanTypeData); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property BanType: TInitBanType read GetBanType write SetBanType; |
|
property BanTypeData: IInitInitServerPacketReplyCodeDataBannedBanTypeData read GetBanTypeData write SetBanTypeData; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. Attributes
|
function GetBanType: TInitBanType; |
|
This item has no description. |
procedure SetBanType(BanType: TInitBanType); |
|
This item has no description. |
function GetBanTypeData: IInitInitServerPacketReplyCodeDataBannedBanTypeData; |
|
This item has no description. |
procedure SetBanTypeData(BanTypeData: IInitInitServerPacketReplyCodeDataBannedBanTypeData); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
Properties
property ByteSize: Cardinal read GetByteSize; |
|
The size of the data that this object was deserialized from.
|
property BanType: TInitBanType read GetBanType write SetBanType; |
|
This item has no description. |
property BanTypeData: IInitInitServerPacketReplyCodeDataBannedBanTypeData read GetBanTypeData write SetBanTypeData; |
|
Data associated with the |
Generated by PasDoc 0.16.0-snapshot.