Zen API
zTcpClient_Read
C
zStatus zTcpClient_Read(zTcpClient client, void* buffer, zUIntPtr size);
Parameters
Parameters 
Description 
zTcpClient client 
zTcpClient object. 
void* buffer 
Buffer to receive bytes. 
zUIntPtr size 
The number of bytes to return. 
Description

Blocks until all requested bytes are read (or until a read timeout occurs), and returns the bytes that were read.

File

zTcpClient.h

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