Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
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.

Parameters
clientTCP client object.
Returns
Count of bytes available for reading.