C# Class SocketLibrary.Packets.PacketProcessor.PacketReceiverPair

Show file Open project: Wotuu/RTS_XNA_v2

Public Properties

Property Type Description
client SocketClient
empty PacketReceiverPair
packet byte[]

Public Methods

Method Description
PacketReceiverPair ( byte packet, SocketClient client ) : System

Method Details

PacketReceiverPair() public method

public PacketReceiverPair ( byte packet, SocketClient client ) : System
packet byte
client SocketClient
return System

Property Details

client public property

public SocketClient client
return SocketClient

empty public static property

public static PacketReceiverPair empty
return PacketReceiverPair

packet public property

public byte[] packet
return byte[]