Trait capsules::net::sixlowpan::SixlowpanClient [] [src]

pub trait SixlowpanClient {
    fn receive<'a>(&self, buf: &'a [u8], len: u16, result: ReturnCode);
fn send_done(&self, buf: &'static mut [u8], acked: bool, result: ReturnCode); }

Required Methods

Implementors