TOBI Interface A
0.1
|
virtual DataPacket* tia::TiAClient::getEmptyDataPacket | ( | ) | [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 todo |