Interface IPacket

Unit

Declaration

type IPacket = interface(IInterface)

Description

Object representation of a packet in the EO network protocol.

Hierarchy

Overview

Methods

Public function Family: TPacketFamily;
Public function Action: TPacketAction;
Public procedure Serialize(Writer: TEoWriter);

Description

Methods

Public function Family: TPacketFamily;

Returns the packet family associated with this packet.

Attributes
GUID['{63804096-9E2D-4263-AB94-33E41C30988E}']
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 IPacket object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

Generated by PasDoc 0.16.0-snapshot.