C# Class PaleTree.Shared.PalePacket

Wrapper around Packet.
Afficher le fichier Open project: exectails/PaleTree Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Returns info about packet as string.
public GetPacketInfo ( ) : string
Résultat string

PalePacket() public méthode

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
Résultat System