C# Class PaleTree.Shared.PalePacket

Wrapper around Packet.
Mostra file Open project: exectails/PaleTree Class Usage Examples

Public Methods

Method Description
GetPacketInfo ( ) : string

Returns info about packet as string.

PalePacket ( string opName, int opSize, Packet packet, System.DateTime time, bool received ) : System

Creates new PalePacket.

Method Details

GetPacketInfo() public method

Returns info about packet as string.
public GetPacketInfo ( ) : string
return string

PalePacket() public method

Creates new PalePacket.
public PalePacket ( string opName, int opSize, Packet packet, System.DateTime time, bool received ) : System
opName string
opSize int
packet Packet
time System.DateTime
received bool
return System