Zen API
zTcpClient_Wait
C
zStatus zTcpClient_Wait(zTcpClient client, z64u timeout);
Parameters
Parameters 
Description 
zTcpClient client 
zTcpClient object. 
z64u timeout 
The timeout interval, in microseconds. 
Description

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.

File

zTcpClient.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.