Interface IStatSkillReplyServerPacketReplyCodeDataWrongClass
Unit
Declaration
type IStatSkillReplyServerPacketReplyCodeDataWrongClass = interface(IStatSkillReplyServerPacketReplyCodeData)
Description
Data associated with IStatSkillReplyServerPacket.ReplyCode value 2.
Hierarchy
- IInterface
- IStatSkillReplyServerPacketReplyCodeData
- IStatSkillReplyServerPacketReplyCodeDataWrongClass
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetClassId: Cardinal; |
![]() |
procedure _SetClassId(ClassId: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property ClassId: Cardinal read _GetClassId write _SetClassId; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. Attributes
| |
![]() |
function _GetClassId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetClassId(ClassId: Cardinal); |
|
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 ClassId: Cardinal read _GetClassId write _SetClassId; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
