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