Method | Description | |
---|---|---|
Dispose ( ) : void |
Close the TUIO server.
|
|
Forward ( TouchMessage Message ) : void |
Forward the given touch message.
|
|
TUIOForwarder ( String>.Dictionary |
Construct a new TUIO forwarder class. Optional args are: port -- The port to transmit on host -- The host to transmit from |
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.
|
public Forward ( TouchMessage Message ) : void | ||
Message | TouchMessage | |
return | void |
public TUIOForwarder ( String>.Dictionary |
||
dArgs | String>.Dictionary | Table of optional arguments. |
return | System |