|
TOBI Interface A
0.1
|
| virtual void tia::TiAClient::connect | ( | const std::string & | address, |
| short unsigned | port | ||
| ) | [virtual] |
Establish a connection to a TOBI SignalServer The caller will be blocked until the connection has been made or an error has occurred.
| address | host name or the IPv4 address of the server |
| port | the control connection port the server listens on |
| use_new_tia | if TiA 1.0 control commands should be used (or version 0.1) |
| std::ios_base::failure | if the client could not connect to the server or if the client is already connected. |