Function flipperzero_sys::furi_stream_buffer_is_empty
source · pub unsafe extern "C" fn furi_stream_buffer_is_empty(
stream_buffer: *mut FuriStreamBuffer
) -> boolExpand description
Queries a stream buffer to see if it is empty.
Returns:
- true if the stream buffer is empty.
- false if the stream buffer is not empty.
Arguments
stream_buffer- The stream buffer instance.