C# Class HandInput.Engine.GestureServer

Show file Open project: ushadow/handinput

Public Methods

Method Description
GestureServer ( String ipAddress, int port ) : System
Send ( String message ) : void
Start ( ) : void
Stop ( ) : void

Disposes the connection and stops the gesture server.

Private Methods

Method Description
OnClientConnected ( object sender, WebSocket.ClientConnectedEventArgs e ) : void

Method Details

GestureServer() public method

public GestureServer ( String ipAddress, int port ) : System
ipAddress String
port int
return System

Send() public method

public Send ( String message ) : void
message String
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

Disposes the connection and stops the gesture server.
public Stop ( ) : void
return void