furi_stream_buffer_is_empty

Function furi_stream_buffer_is_empty 

Source
pub unsafe extern "C" fn furi_stream_buffer_is_empty(
    stream_buffer: *mut FuriStreamBuffer,
) -> bool
Expand description

Queries a stream buffer to see if it is empty.

§Arguments

  • stream_buffer - The stream buffer instance.

§Returns

true if the stream buffer is empty. false if the stream buffer is not empty.