[][src]Trait lorawan::parser::MHDRAble

pub trait MHDRAble {
    fn mhdr(&self) -> MHDR;
}

Helper trait to add mhdr to all types that should have it.

Required methods

fn mhdr(&self) -> MHDR

Gives the MIC of the PhyPayload.

Loading content...

Implementors

impl<T: AsPhyPayloadBytes> MHDRAble for T[src]

Assumes at least one byte in the data.

Loading content...