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.
