zStatus zTcpClient_Wait(zTcpClient client, z64u timeout);
|
Parameters |
Description |
|
zTcpClient client |
zTcpClient object. |
|
z64u timeout |
The timeout interval, 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.
zTcpClient.h