cryptnox-sdk-cpp 1.0.0
Platform-independent C++ core SDK for Cryptnox Hardware Wallet
Loading...
Searching...
No Matches
CW_NfcTransport.h File Reference

Abstract NFC transport interface. More...

#include "platform_compat.h"
#include <stdint.h>
Include dependency graph for CW_NfcTransport.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CW_NfcTransport
 Abstract interface for NFC transport operations. More...

Detailed Description

Abstract NFC transport interface.

Declares CW_NfcTransport, the contract that any concrete NFC reader driver (PN532, PN7150, PC/SC, …) must implement so that CW_SecureChannel and CryptnoxWallet remain hardware-agnostic.

One of the three adapter interfaces a host integration must provide.

Definition in file CW_NfcTransport.h.