flipperzero_sys

Function stream_eof

Source
pub unsafe extern "C" fn stream_eof(stream: *mut Stream) -> bool
Expand description

Indicates that the RW pointer is at the end of the stream

§Arguments

  • stream - Stream instance

§Returns

true if RW pointer is at the end of the stream false if RW pointer is not at the end of the stream