C# Class Bloxy.BloxyServer

Afficher le fichier Open project: brandonlw/bloxy

Méthodes publiques

Méthode Description
BloxyServer ( string server, int inport, int outport ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
_HandleMessages ( object client ) : void
_Listen ( ) : void
_Send ( char command, byte message ) : void
adapter_ConnectionComplete ( object sender, HCIEventEventArgs e ) : void
adapter_ConnectionRequestReceived ( object sender, HCIEventEventArgs e ) : void
adapter_IncomingDataReceived ( object sender, HCIEventEventArgs e ) : void

Method Details

BloxyServer() public méthode

public BloxyServer ( string server, int inport, int outport ) : System
server string
inport int
outport int
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void