C# Class TouchBridge.Forwarders.TUIO.TUIOForwarder

Create a TUIO server that forwards events on to a specific URL etc.
This is able to offset and scale the coordinates from 0-1 space to those of your choosing. The default port is 5000.
Inheritance: IForwarder
Mostra file Open project: HEInventions/TouchBridge Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Close the TUIO server.

Forward ( TouchMessage Message ) : void

Forward the given touch message.

TUIOForwarder ( String>.Dictionary dArgs ) : System

Construct a new TUIO forwarder class.

Optional args are: port -- The port to transmit on host -- The host to transmit from

Private Methods

Method Description
connectTransmitter ( String Host, String Port ) : bool

Connect the UDP transmitter using the port and IP specified above.

disconnectTransmitter ( ) : void

Disconnect the UDP Transmitter.

Method Details

Dispose() public method

Close the TUIO server.
public Dispose ( ) : void
return void

Forward() public method

Forward the given touch message.
public Forward ( TouchMessage Message ) : void
Message TouchMessage
return void

TUIOForwarder() public method

Construct a new TUIO forwarder class.
Optional args are: port -- The port to transmit on host -- The host to transmit from
public TUIOForwarder ( String>.Dictionary dArgs ) : System
dArgs String>.Dictionary Table of optional arguments.
return System