The accessor for setting the TUIO connection type of the TuioInput class was removed with Commit 367fbccc. However, this accessor was essential for changing the connection type during runtime. This is necessary, for example, if the application switches between connection types that are defined via CLI parameters at app startup.
I suggest to add the ConnectionType accessor again.