Zen API
zTcpClient_Available
C
zUIntPtr zTcpClient_Available(zTcpClient client);
Parameters
Parameters 
Description 
zTcpClient client 
zTcpClient object. 
Description

Returns the number of bytes currently enqueued and available for reading.

This function returns the count of bytes enqueued in the client's internal read buffer. This does not include any data enqueued in the underlying socket's read buffer.

File

zTcpClient.h

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