Function radio::helpers::do_echo

source ·
pub fn do_echo<T, I, E>(
    radio: &mut T,
    buff: &mut [u8],
    options: EchoOptions
) -> Result<usize, BlockingError<E>>
where T: Receive<Info = I, Error = E> + Transmit<Error = E> + Power<Error = E> + DelayNs, I: ReceiveInfo + Debug, E: Debug,