Trait lorawan::parser::MICAble

source ·
pub trait MICAble {
    // Required method
    fn mic(&self) -> MIC;
}
Expand description

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

Required Methods§

source

fn mic(&self) -> MIC

Gives the MIC of the PhyPayload.

Implementors§