|
cryptnox-sdk-cpp 1.0.0
Platform-independent C++ core SDK for Cryptnox Hardware Wallet
|
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] |
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.
|
inline |
Definition at line 59 of file CryptnoxWallet.h.
| 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().
| 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().