zStatus zSocket_SetReadTimeout(zSocket socket, z64u timeout);
|
Parameters |
Description |
|
zSocket socket |
zSocket object. |
|
z64u timeout |
Timeout value, in microseconds. |
Sets the timeout duration for read operations.
By default, zSocket objects do not use a timeout interval and can block indefinitely.
zSocket.h