zStatus zTcpClient_Write(zTcpClient client, const void* buffer, zUIntPtr size);
|
Parameters |
Description |
|
zTcpClient client |
zTcpClient object. |
|
const void* buffer |
Buffer of bytes to write. |
|
zUIntPtr size |
The number of bytes to write. |
Blocks until all of the specified bytes are written (or until a write timeout occurs).
zTcpClient.h