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.