C# Class Bloxy.BloxyServer

Mostrar archivo Open project: brandonlw/bloxy

Public Methods

Method Description
BloxyServer ( string server, int inport, int outport ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method 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 method

public BloxyServer ( string server, int inport, int outport ) : System
server string
inport int
outport int
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void