Zen API
zSocket_SetWriteTimeout
C
zStatus zSocket_SetWriteTimeout(zSocket socket, z64u timeout);
Parameters
Parameters 
Description 
zSocket socket 
zSocket object. 
z64u timeout 
Timeout value, in microseconds. 
Description

Sets the timeout duration for write operations.

By default, zSocket objects do not use a timeout interval and can block indefinitely.

File

zSocket.h

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