Crate gatekeeper_core
source ·Structs§
- High-level interface over an NFC reader. Allows reading association IDs from the realm for which it was created.
- A realm is a slot on a card that has unique keys. Typical realms are:
Doors
,Drink
,Member Projects
. - Keys used to write to a particular realm. Most applications will not need these
Enums§
- Selects a known realm.
- Wrapper over the supported NFC device types. You probably want to look at this enum’s
NfcTag
implementation.
Traits§
- Generic NFC tag. Could represent a [
DesfireNfctag
] or a [MobileNfcTag
]