ZestCode
 
Loading...
Searching...
No Matches
stream_buf_is_empty

stream_buffer.h

int32_t stream_buf_is_empty( stream_buf_t xStreamBuffer );

Queries a stream buffer to see if it is empty. A stream buffer is empty if it does not contain any data.

Parameters
xStreamBufferThe handle of the stream buffer being queried.
Returns
If the stream buffer is empty then pdTRUE is returned. Otherwise pdFALSE is returned.