Class TInitInitServerPacket

Unit

Declaration

type TInitInitServerPacket = class(TInterfacedObject, IPacket, IInitInitServerPacket)

Description

Reply to connection initialization and requests for unencrypted data. This packet is unencrypted.

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetReplyCode: TInitReply;
Public procedure SetReplyCode(ReplyCode: TInitReply);
Public function GetReplyCodeData: IInitInitServerPacketReplyCodeData;
Public procedure SetReplyCodeData(ReplyCodeData: IInitInitServerPacketReplyCodeData);
Public function Family: TPacketFamily;
Public function Action: TPacketAction;
Public procedure Serialize(Writer: TEoWriter);
Public class function PacketFamily: TPacketFamily;
Public class function PacketAction: TPacketAction;
Public class function Deserialize(Reader: TEoReader): TInitInitServerPacket;

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property ReplyCode: TInitReply read GetReplyCode write SetReplyCode;
Public property ReplyCodeData: IInitInitServerPacketReplyCodeData read GetReplyCodeData write SetReplyCodeData;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetReplyCode: TInitReply;

This item has no description.

Public procedure SetReplyCode(ReplyCode: TInitReply);

This item has no description.

Public function GetReplyCodeData: IInitInitServerPacketReplyCodeData;

This item has no description.

Public procedure SetReplyCodeData(ReplyCodeData: IInitInitServerPacketReplyCodeData);

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 TInitInitServerPacket object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to
Public class function PacketFamily: TPacketFamily;

Returns the packet family associated with this packet.

Returns

The packet family associated with this packet

Public class function PacketAction: TPacketAction;

Returns the packet action associated with this packet.

Returns

The packet action associated with this packet

Public class function Deserialize(Reader: TEoReader): TInitInitServerPacket;

Deserializes an instance of TInitInitServerPacket 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 ReplyCode: TInitReply read GetReplyCode write SetReplyCode;

This item has no description.

Public property ReplyCodeData: IInitInitServerPacketReplyCodeData read GetReplyCodeData write SetReplyCodeData;

Data associated with the ReplyCode field.


Generated by PasDoc 0.16.0-snapshot.