Method | Description | |
---|---|---|
GestureServer ( String ipAddress, int port ) : System | ||
Send ( String message ) : void | ||
Start ( ) : void | ||
Stop ( ) : void |
Disposes the connection and stops the gesture server.
|
Method | Description | |
---|---|---|
OnClientConnected ( object sender, WebSocket.ClientConnectedEventArgs e ) : void |
public GestureServer ( String ipAddress, int port ) : System | ||
ipAddress | String | |
port | int | |
return | System |