pub trait MovementCounter {
// Required method
fn movement_counter(&self) -> Option<u32>;
}
Required Methods§
Sourcefn movement_counter(&self) -> Option<u32>
fn movement_counter(&self) -> Option<u32>
Returns the movement count of the tag if available. The maximum value is not specified.