Interface IInitInitServerPacketReplyCodeDataOutOfDate
Unit
Declaration
type IInitInitServerPacketReplyCodeDataOutOfDate = interface(IInitInitServerPacketReplyCodeData)
Description
Data associated with IInitInitServerPacket.ReplyCode
value 1
.
Hierarchy
- IInterface
- IInitInitServerPacketReplyCodeData
- IInitInitServerPacketReplyCodeDataOutOfDate
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetVersion: IVersion; |
|
procedure SetVersion(Version: IVersion); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Version: IVersion read GetVersion write SetVersion; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. Attributes
|
function GetVersion: IVersion; |
|
This item has no description. |
procedure SetVersion(Version: IVersion); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
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.