Function flipperzero_sys::stream_read
source · pub unsafe extern "C" fn stream_read(
stream: *mut Stream,
data: *mut u8,
count: usize
) -> usizeExpand description
Read N bytes from stream
Returns:
- size_t how many bytes was read
Arguments
stream- Stream instancedata- data to be readcount- size of data to be read