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
파일 보기 프로젝트 열기: HEInventions/TouchBridge 1 사용 예제들

공개 메소드들

메소드 설명
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