Crate gatekeeper_core

Source

Structs§

GatekeeperReader
High-level interface over an NFC reader. Allows reading association IDs from the realm for which it was created.
Realm
A realm is a slot on a card that has unique keys. Typical realms are: Doors, Drink, Member Projects.
RealmWriteKeys
Keys used to write to a particular realm. Most applications will not need these

Enums§

NfcError
RealmType
Selects a known realm.
UndifferentiatedTag
Wrapper over the supported NFC device types. You probably want to look at this enum’s NfcTag implementation.

Traits§

NfcTag
Generic NFC tag. Could represent a [DesfireNfctag] or a [MobileNfcTag]