C# Class KBEngine.PacketReceiver

Afficher le fichier Open project: liuxq/TestGame Class Usage Examples

Méthodes publiques

Méthode Description
PacketReceiver ( NetworkInterface networkInterface ) : System
networkInterface ( ) : NetworkInterface
process ( ) : void
startRecv ( ) : void

Private Methods

Méthode Description
_asyncReceive ( ) : void
_free ( ) : int
_init ( NetworkInterface networkInterface ) : void
_onRecv ( IAsyncResult ar ) : void

Method Details

PacketReceiver() public méthode

public PacketReceiver ( NetworkInterface networkInterface ) : System
networkInterface NetworkInterface
Résultat System

networkInterface() public méthode

public networkInterface ( ) : NetworkInterface
Résultat NetworkInterface

process() public méthode

public process ( ) : void
Résultat void

startRecv() public méthode

public startRecv ( ) : void
Résultat void