zStatus zTcpClient_Read(zTcpClient client, void* buffer, zUIntPtr size);
|
Parameters |
Description |
|
zTcpClient client |
zTcpClient object. |
|
void* buffer |
Buffer to receive bytes. |
|
zUIntPtr size |
The number of bytes to return. |
Blocks until all requested bytes are read (or until a read timeout occurs), and returns the bytes that were read.
zTcpClient.h