[][src]Trait lorawan::parser::MICAble

pub trait MICAble {
    fn mic(&self) -> MIC;
}

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

Required methods

fn mic(&self) -> MIC

Gives the MIC of the PhyPayload.

Loading content...

Implementors

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

Loading content...