Class TInitInitServerPacketReplyCodeDataFileEif

Unit

Declaration

type TInitInitServerPacketReplyCodeDataFileEif = class(TInterfacedObject, IInitInitServerPacketReplyCodeData, IInitInitServerPacketReplyCodeDataFileEif)

Description

Data associated with IInitInitServerPacket.ReplyCode value 6.

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetPubFile: IPubFile;
Public procedure SetPubFile(PubFile: IPubFile);
Public procedure Serialize(Writer: TEoWriter);
Public class function Deserialize(Reader: TEoReader): TInitInitServerPacketReplyCodeDataFileEif;

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property PubFile: IPubFile read GetPubFile write SetPubFile;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetPubFile: IPubFile;

This item has no description.

Public procedure SetPubFile(PubFile: IPubFile);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this TInitInitServerPacketReplyCodeDataFileEif object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to
Public class function Deserialize(Reader: TEoReader): TInitInitServerPacketReplyCodeDataFileEif;

Deserializes an instance of TInitInitServerPacketReplyCodeDataFileEif from the provided TEoReader.

Parameters
Reader
The reader that the object will be deserialized from
Returns

The deserialized object

Properties

Public property ByteSize: Cardinal read GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property PubFile: IPubFile read GetPubFile write SetPubFile;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.