pub fn send_recv(channel: u32, buf: &[u8]) -> &'static [u8]Notable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8]
Expand description

Exchanges data with the host, returning the data from the host as a slice of bytes.