Zen API
|
kSize kTcpClient_Available | ( | kTcpClient | client | ) |
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.
client | TCP client object. |