Trait MovementCounter

Source
pub trait MovementCounter {
    // Required method
    fn movement_counter(&self) -> Option<u32>;
}

Required Methods§

Source

fn movement_counter(&self) -> Option<u32>

Returns the movement count of the tag if available. The maximum value is not specified.

Implementors§