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.

Returns:

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

Arguments

  • stream_buffer - The stream buffer instance.