C# Class Sharpcraft.Networking.PacketListener

Mostra file Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Methods

Method Description
PacketListener ( Protocol protocol ) : System.Threading
Stop ( ) : void

Private Methods

Method Description
PacketReceived ( Packet packet ) : void
ReadPackets ( ) : void

Method Details

PacketListener() public method

public PacketListener ( Protocol protocol ) : System.Threading
protocol Protocol
return System.Threading

Stop() public method

public Stop ( ) : void
return void