![]() |
Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
|
#include <CalypsoCardClass.h>

Public Member Functions | |
| CalypsoCardClass (const CalypsoCardClass &o) | |
| uint8_t | getValue () const |
| CalypsoCardClass & | operator= (const CalypsoCardClass &o) |
| bool | operator== (const CalypsoCardClass &o) const |
Static Public Attributes | |
| static const CalypsoCardClass | UNKNOWN |
| static const CalypsoCardClass | LEGACY |
| static const CalypsoCardClass | LEGACY_STORED_VALUE |
| static const CalypsoCardClass | ISO |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const CalypsoCardClass &ccc) |
(package-private)
Defines the two existing ISO7816 class bytes for a Calypso card command.: LEGACY for REV1 / BPRIME type card, ISO for REV2/3 / B type
Definition at line 29 of file CalypsoCardClass.h.
| keyple::card::calypso::CalypsoCardClass::CalypsoCardClass | ( | const CalypsoCardClass & | o | ) |
Definition at line 26 of file CalypsoCardClass.cpp.
| uint8_t keyple::card::calypso::CalypsoCardClass::getValue | ( | ) | const |
| CalypsoCardClass & keyple::card::calypso::CalypsoCardClass::operator= | ( | const CalypsoCardClass & | o | ) |
Definition at line 33 of file CalypsoCardClass.cpp.
| bool keyple::card::calypso::CalypsoCardClass::operator== | ( | const CalypsoCardClass & | o | ) | const |
Definition at line 40 of file CalypsoCardClass.cpp.
|
friend |
Definition at line 45 of file CalypsoCardClass.cpp.
|
static |
Calypso product type 3 and higher
Definition at line 41 of file CalypsoCardClass.h.
|
static |
Calypso product type 1/2 / B Prime protocol, regular commands
Definition at line 35 of file CalypsoCardClass.h.
|
static |
Calypso product type 1/2 / B Prime protocol, Stored Value commands
Definition at line 38 of file CalypsoCardClass.h.
|
static |
Dummy init value
Definition at line 32 of file CalypsoCardClass.h.