C# Класс 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.
Наследование: IForwarder
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
connectTransmitter ( String Host, String Port ) : bool

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

disconnectTransmitter ( ) : void

Disconnect the UDP Transmitter.

Описание методов

Dispose() публичный Метод

Close the TUIO server.
public Dispose ( ) : void
Результат void

Forward() публичный Метод

Forward the given touch message.
public Forward ( TouchMessage Message ) : void
Message TouchMessage
Результат void

TUIOForwarder() публичный Метод

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.
Результат System