|
TOBI Interface A
0.1
|
| void tia::TiAClientImpl::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 |
| std::ios_base::failure | if the client could not connect to the server or if the client is already connected. |
Implements tia::TiAClientImplBase.
Definition at line 149 of file tia_client_impl.cpp.
Here is the call graph for this function: