read

Function read 

Source
pub unsafe fn read(params: Params) -> isize
Available on non-crate feature native only.
Expand description

Reads from a UART into a buffer.

Returns the number of bytes read. This function does not block and may return zero.