stream_read_line

Function stream_read_line 

Source
pub unsafe extern "C" fn stream_read_line(
    stream: *mut Stream,
    str_result: *mut FuriString,
) -> bool
Expand description

Read line from a stream (supports LF and CRLF line endings)

§Arguments

  • stream -
  • str_result -

§Returns

true if line length is not zero false otherwise