zUIntPtr zTcpClient_Available(zTcpClient client);
|
Parameters |
Description |
|
zTcpClient client |
zTcpClient object. |
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.
zTcpClient.h