cryptnox-sdk-esp32 1.0.0
ESP32 SDK for Cryptnox Hardware Wallet
Loading...
Searching...
No Matches
ReflectiveMockNfcTransport Class Reference
Inheritance diagram for ReflectiveMockNfcTransport:
[legend]
Collaboration diagram for ReflectiveMockNfcTransport:
[legend]

Public Member Functions

bool begin () override
bool inListPassiveTarget () override
void resetReader () override
bool printFirmwareVersion () override
bool sendAPDU (const uint8_t *apdu, uint8_t apduLen, uint8_t *response, uint8_t &responseLen) override
 ~ReflectiveMockNfcTransport () override

Public Attributes

const CW_SecureSession * session = nullptr
CW_CryptoProvider * crypto = nullptr

Detailed Description

Definition at line 224 of file test_cw_secure_channel.cpp.

Constructor & Destructor Documentation

◆ ~ReflectiveMockNfcTransport()

ReflectiveMockNfcTransport::~ReflectiveMockNfcTransport ( )
inlineoverride

Definition at line 306 of file test_cw_secure_channel.cpp.

Member Function Documentation

◆ begin()

bool ReflectiveMockNfcTransport::begin ( )
inlineoverride

Definition at line 229 of file test_cw_secure_channel.cpp.

◆ inListPassiveTarget()

bool ReflectiveMockNfcTransport::inListPassiveTarget ( )
inlineoverride

Definition at line 232 of file test_cw_secure_channel.cpp.

◆ printFirmwareVersion()

bool ReflectiveMockNfcTransport::printFirmwareVersion ( )
inlineoverride

Definition at line 237 of file test_cw_secure_channel.cpp.

◆ resetReader()

void ReflectiveMockNfcTransport::resetReader ( )
inlineoverride

Definition at line 235 of file test_cw_secure_channel.cpp.

◆ sendAPDU()

bool ReflectiveMockNfcTransport::sendAPDU ( const uint8_t * apdu,
uint8_t apduLen,
uint8_t * response,
uint8_t & responseLen )
inlineoverride

Member Data Documentation

◆ crypto

CW_CryptoProvider* ReflectiveMockNfcTransport::crypto = nullptr

Definition at line 227 of file test_cw_secure_channel.cpp.

Referenced by sendAPDU().

◆ session

const CW_SecureSession* ReflectiveMockNfcTransport::session = nullptr

Definition at line 226 of file test_cw_secure_channel.cpp.

Referenced by sendAPDU().


The documentation for this class was generated from the following file: