Class TInitInitServerPacketReplyCodeDataBanned
Unit
Declaration
type TInitInitServerPacketReplyCodeDataBanned = class(TInterfacedObject, IInitInitServerPacketReplyCodeData, IInitInitServerPacketReplyCodeDataBanned)
Description
Data associated with IInitInitServerPacket.ReplyCode
value 3
.
Hierarchy
- TInterfacedObject
- TInitInitServerPacketReplyCodeDataBanned
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetBanType: TInitBanType; |
![]() |
procedure SetBanType(BanType: TInitBanType); |
![]() |
function GetBanTypeData: IInitInitServerPacketReplyCodeDataBannedBanTypeData; |
![]() |
procedure SetBanTypeData(BanTypeData: IInitInitServerPacketReplyCodeDataBannedBanTypeData); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TInitInitServerPacketReplyCodeDataBanned; |
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. |
![]() |
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
|
![]() |
class function Deserialize(Reader: TEoReader): TInitInitServerPacketReplyCodeDataBanned; |
Deserializes an instance of Parameters
ReturnsThe deserialized object |
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.