|
TOBI Interface A
0.1
|
| void tia::TiAClientImpl::getDataPacket | ( | DataPacket & | packet | ) | [virtual] |
Gets a packet from the server. The caller will be blocked until a packet has been received or an error has occurred.
| [out] | packet | the received data packet |
| std::ios_base::failure | if the client is not connected or isn't in receiving state or if a receiving error has occurred |
| std::overflow_error | if an overflow occurs |
Implements tia::TiAClientImplBase.
Definition at line 493 of file tia_client_impl.cpp.
Here is the call graph for this function: