Interface IWelcomeAgreeClientPacket

Unit

Declaration

type IWelcomeAgreeClientPacket = interface(IPacket)

Description

Requesting a file

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetFileType: TFileType;
Public procedure SetFileType(FileType: TFileType);
Public function GetSessionId: Cardinal;
Public procedure SetSessionId(SessionId: Cardinal);
Public function GetFileTypeData: IWelcomeAgreeClientPacketFileTypeData;
Public procedure SetFileTypeData(FileTypeData: IWelcomeAgreeClientPacketFileTypeData);
Public function Family: TPacketFamily;
Public function Action: TPacketAction;
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property FileType: TFileType read GetFileType write SetFileType;
Public property SessionId: Cardinal read GetSessionId write SetSessionId;
Public property FileTypeData: IWelcomeAgreeClientPacketFileTypeData read GetFileTypeData write SetFileTypeData;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{E74C9AF4-2F88-573A-83A4-7B63C50D6FE3}']
Public function GetFileType: TFileType;

This item has no description.

Public procedure SetFileType(FileType: TFileType);

This item has no description.

Public function GetSessionId: Cardinal;

This item has no description.

Public procedure SetSessionId(SessionId: Cardinal);

This item has no description.

Public function GetFileTypeData: IWelcomeAgreeClientPacketFileTypeData;

This item has no description.

Public procedure SetFileTypeData(FileTypeData: IWelcomeAgreeClientPacketFileTypeData);

This item has no description.

Public function Family: TPacketFamily;

Returns the packet family associated with this packet.

Returns

The packet family associated with this packet

Public function Action: TPacketAction;

Returns the packet action associated with this packet.

Returns

The packet action associated with this packet

Public procedure Serialize(Writer: TEoWriter);

Serializes this IWelcomeAgreeClientPacket object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

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 FileType: TFileType read GetFileType write SetFileType;

This item has no description.

Public property SessionId: Cardinal read GetSessionId write SetSessionId;

Note
Value range is 0-64008

Public property FileTypeData: IWelcomeAgreeClientPacketFileTypeData read GetFileTypeData write SetFileTypeData;

Data associated with the FileType field.


Generated by PasDoc 0.16.0-snapshot.