Trait kernel::hil::radio::TxClient
[−]
[src]
pub trait TxClient {
fn send_done(&self, buf: &'static mut [u8], acked: bool, result: ReturnCode);
}