Zen API
zUdpClient_Wait
C
zStatus zUdpClient_Wait(zUdpClient client, z64u timeout);
Parameters
Parameters 
Description 
zUdpClient client 
zUdpClient object. 
z64u timeout 
Timeout, 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

zUdpClient.h

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