Class TStatSkillReplyServerPacketReplyCodeDataWrongClass
Unit
Declaration
type TStatSkillReplyServerPacketReplyCodeDataWrongClass = class(TInterfacedObject, IStatSkillReplyServerPacketReplyCodeData, IStatSkillReplyServerPacketReplyCodeDataWrongClass)
Description
Data associated with IStatSkillReplyServerPacket.ReplyCode value 2.
Hierarchy
- TInterfacedObject
- TStatSkillReplyServerPacketReplyCodeDataWrongClass
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetClassId: Cardinal; |
![]() |
procedure _SetClassId(ClassId: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TStatSkillReplyServerPacketReplyCodeDataWrongClass; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property ClassId: Cardinal read _GetClassId write _SetClassId; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetClassId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetClassId(ClassId: Cardinal); |
|
This item has no description. | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function Deserialize(Reader: TEoReader): TStatSkillReplyServerPacketReplyCodeDataWrongClass; |
|
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 ClassId: Cardinal read _GetClassId write _SetClassId; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
