C# Class SocketLibrary.Packets.PacketProcessor.PacketReceiverPair

显示文件 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_oe property

public SocketClient client
return SocketClient

empty public_oe static_oe property

public static PacketReceiverPair empty
return PacketReceiverPair

packet public_oe property

public byte[] packet
return byte[]