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

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

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

Required methods

pub fn mic(&self) -> MIC[src]

Gives the MIC of the PhyPayload.

Loading content...

Implementors

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

Loading content...