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

Subset of the Cryptnox card info returned by APDU 0x80FA0000. More...

#include <CryptnoxWallet.h>

Public Member Functions

 CW_CardInfo ()

Public Attributes

char name [CW_CARD_NAME_MAX_LEN+1U]
char email [CW_CARD_EMAIL_MAX_LEN+1U]

Detailed Description

Subset of the Cryptnox card info returned by APDU 0x80FA0000.

Mirrors the fields the Python SDK exposes as card._owner: ASCII name and email programmed when the card was initialised. NUL-terminated.

Definition at line 55 of file CryptnoxWallet.h.

Constructor & Destructor Documentation

◆ CW_CardInfo()

CW_CardInfo::CW_CardInfo ( )
inline

Definition at line 59 of file CryptnoxWallet.h.

References email, and name.

Member Data Documentation

◆ email

char CW_CardInfo::email[CW_CARD_EMAIL_MAX_LEN+1U]

NUL-terminated ASCII email.

Definition at line 57 of file CryptnoxWallet.h.

Referenced by CW_CardInfo(), and CryptnoxWallet::getCardInfo().

◆ name

char CW_CardInfo::name[CW_CARD_NAME_MAX_LEN+1U]

NUL-terminated ASCII name.

Definition at line 56 of file CryptnoxWallet.h.

Referenced by CW_CardInfo(), and CryptnoxWallet::getCardInfo().


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