furi_stream_buffer_is_full

Function furi_stream_buffer_is_full 

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

Queries a stream buffer to see if it is full.

§Arguments

  • stream_buffer - stream buffer instance.

§Returns

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