embedded-nano-mesh 3.2.0

Lightweight mesh communication protocol for embedded devices
Documentation
1
2
3
4
5
pub trait PacketFlagOps {
    // IGNORE_DUPLICATION_FLAG
    fn set_ignore_duplication_flag(&mut self, new_state: bool);
    fn is_ignore_duplication_flag_set(&self) -> bool;
}