Function flipperzero_sys::stream_write
source · pub unsafe extern "C" fn stream_write(
stream: *mut Stream,
data: *const u8,
size: usize
) -> usizeExpand description
Write N bytes to the stream
Returns:
- size_t how many bytes was written
Arguments
stream- Stream instancedata- data to writesize- size of data to be written