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