Zen API
zSocket_Write
C
zStatus zSocket_Write(zSocket socket, const void* buffer, zUIntPtr size);
Parameters
Parameters 
Description 
zSocket socket 
zSocket object. 
const void* buffer 
Buffer of bytes to write. 
zUIntPtr size 
The number of bytes to write. 
Description

Blocks until all of the specified bytes are written (or until a write timeout occurs).

File

zSocket.h

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