Interface IPacket
Unit
Declaration
type IPacket = interface(IInterface)
Description
Object representation of a packet in the EO network protocol.
Hierarchy
- IInterface
- IPacket
Overview
Methods
function Family: TPacketFamily; |
|
function Action: TPacketAction; |
|
procedure Serialize(Writer: TEoWriter); |
Description
Methods
function Family: TPacketFamily; |
|
Returns the packet family associated with this packet. Attributes
ReturnsThe packet family associated with this packet |
function Action: TPacketAction; |
|
Returns the packet action associated with this packet. ReturnsThe packet action associated with this packet |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
Generated by PasDoc 0.16.0-snapshot.