zStatus zUdpClient_Wait(zUdpClient client, z64u timeout);
|
Parameters |
Description |
|
zUdpClient client |
zUdpClient object. |
|
z64u timeout |
Timeout, in microseconds. |
Waits until the client has bytes to read or until the specified timeout period elapses.
This function will return zERROR_TIMEOUT in the event that the client is not ready for reading by the end of the timeout period.
zUdpClient.h