C# Class SocketLibrary.Packets.PacketProcessor.PacketReceiverPair

Afficher le fichier Open project: Wotuu/RTS_XNA_v2

Méthodes publiques

Свойство Type Description
client SocketClient
empty PacketReceiverPair
packet byte[]

Méthodes publiques

Méthode Description
PacketReceiverPair ( byte packet, SocketClient client ) : System

Method Details

PacketReceiverPair() public méthode

public PacketReceiverPair ( byte packet, SocketClient client ) : System
packet byte
client SocketClient
Résultat System

Property Details

client public_oe property

public SocketClient client
Résultat SocketClient

empty public_oe static_oe property

public static PacketReceiverPair empty
Résultat PacketReceiverPair

packet public_oe property

public byte[] packet
Résultat byte[]