[−][src]Module proj17_iot_server::services::devices
Rfid device business logic
Functions
| ftr_register_tracker_location | Registers new tracker location to database |
| ftr_unregister_tracker_location | Unregisters a tracker from a location, only if it currently registered to this location. |
| validate_receiver_id | Validates a receiver by id. Ok(()) if exists, Err() if not |
| validate_tracker_id | Validates a tracker by id. Ok(()) if exists, Err() if not |