Interface IAccountReplyServerPacketReplyCodeDataCreated
Unit
Declaration
type IAccountReplyServerPacketReplyCodeDataCreated = interface(IAccountReplyServerPacketReplyCodeData)
Description
Data associated with IAccountReplyServerPacket.ReplyCode value 3.
Hierarchy
- IInterface
- IAccountReplyServerPacketReplyCodeData
- IAccountReplyServerPacketReplyCodeDataCreated
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. Attributes
| |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
|
The size of the data that this object was deserialized from.
| |
Generated by PasDoc 0.16.0-snapshot.
