|
cryptnox-sdk-esp32 1.0.0
ESP32 SDK for Cryptnox Hardware Wallet
|
CW_NfcTransport adapter wrapping the ESP-IDF PN532 NFC driver. More...
Go to the source code of this file.
Classes | |
| class | Pn532NfcTransport |
| CW_NfcTransport implementation backed by the ESP-IDF PN532 driver. More... | |
CW_NfcTransport adapter wrapping the ESP-IDF PN532 NFC driver.
Pn532NfcTransport bridges the C-level PN532 NFC driver with the C++ CW_NfcTransport interface consumed by CW_SecureChannel and CryptnoxWallet. Callers construct the PN532 handle independently (via pn532_init) and inject the pointer at construction time.
Definition in file Pn532NfcTransport.h.