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 @param stream Stream instance @param data data to be read @param count size of data to be read @return size_t how many bytes was read