Method | Description | |
---|---|---|
BloxyServer ( string server, int inport, int outport ) : System | ||
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
_HandleMessages ( object client ) : void | ||
_Listen ( ) : void | ||
_Send ( char command, byte message ) : void | ||
adapter_ConnectionComplete ( object sender, |
||
adapter_ConnectionRequestReceived ( object sender, |
||
adapter_IncomingDataReceived ( object sender, |
public BloxyServer ( string server, int inport, int outport ) : System | ||
server | string | |
inport | int | |
outport | int | |
return | System |