|
TOBI Interface A
0.1
|
| void tia::TiAClientImpl::startReceiving | ( | bool | use_udp_bc | ) | [virtual] |
Turns the client into receiving state The caller will be blocked until the client is ready to receive or an error has occurred.
| use_udp_bc | if true data will be received via UDP broadcast instead of TCP |
| std::ios_base::failure | if the client is not connected or if an error occurred |
Implements tia::TiAClientImplBase.
Definition at line 366 of file tia_client_impl.cpp.
Here is the call graph for this function: