![]() |
Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
|
#include <CalypsoCardCommand.h>
Public Member Functions | |
bool | operator== (const CalypsoCardCommand &o) const |
bool | operator!= (const CalypsoCardCommand &o) const |
CalypsoCardCommand & | operator= (const CalypsoCardCommand &o) |
CalypsoCardCommand (const CalypsoCardCommand &o) | |
uint8_t | getInstructionByte () const |
(package-private)
Defines all supported Calypso card APDU commands.
Definition at line 31 of file CalypsoCardCommand.h.
keyple::card::calypso::CalypsoCardCommand::CalypsoCardCommand | ( | const CalypsoCardCommand & | o | ) |
Definition at line 51 of file CalypsoCardCommand.cpp.
|
virtual |
default
Implements keyple::card::calypso::CardCommand.
Definition at line 59 of file CalypsoCardCommand.cpp.
bool keyple::card::calypso::CalypsoCardCommand::operator!= | ( | const CalypsoCardCommand & | o | ) | const |
Definition at line 70 of file CalypsoCardCommand.cpp.
CalypsoCardCommand & keyple::card::calypso::CalypsoCardCommand::operator= | ( | const CalypsoCardCommand & | o | ) |
Definition at line 75 of file CalypsoCardCommand.cpp.
bool keyple::card::calypso::CalypsoCardCommand::operator== | ( | const CalypsoCardCommand & | o | ) | const |
Definition at line 64 of file CalypsoCardCommand.cpp.
|
static |
append record.
Definition at line 55 of file CalypsoCardCommand.h.
|
static |
change key
Definition at line 91 of file CalypsoCardCommand.h.
|
static |
change PIN
Definition at line 94 of file CalypsoCardCommand.h.
|
static |
close session.
Definition at line 43 of file CalypsoCardCommand.h.
|
static |
decrease counter.
Definition at line 79 of file CalypsoCardCommand.h.
|
static |
decrease multiple counters.
Definition at line 85 of file CalypsoCardCommand.h.
|
static |
get challenge.
Definition at line 73 of file CalypsoCardCommand.h.
|
static |
get data.
Definition at line 37 of file CalypsoCardCommand.h.
|
static |
increase counter.
Definition at line 76 of file CalypsoCardCommand.h.
|
static |
increase multiple counters.
Definition at line 82 of file CalypsoCardCommand.h.
|
static |
invalidate
Definition at line 112 of file CalypsoCardCommand.h.
|
static |
no command yet
Definition at line 34 of file CalypsoCardCommand.h.
|
static |
open session.
Definition at line 40 of file CalypsoCardCommand.h.
|
static |
read binary.
Definition at line 58 of file CalypsoCardCommand.h.
|
static |
read record multiple.
Definition at line 70 of file CalypsoCardCommand.h.
|
static |
read records.
Definition at line 46 of file CalypsoCardCommand.h.
|
static |
rehabilitate
Definition at line 115 of file CalypsoCardCommand.h.
|
static |
search record multiple.
Definition at line 67 of file CalypsoCardCommand.h.
|
static |
decrease counter.
Definition at line 88 of file CalypsoCardCommand.h.
|
static |
SV Debit
Definition at line 103 of file CalypsoCardCommand.h.
|
static |
SV Get
Definition at line 100 of file CalypsoCardCommand.h.
|
static |
SV Reload
Definition at line 106 of file CalypsoCardCommand.h.
|
static |
SV Undebit
Definition at line 109 of file CalypsoCardCommand.h.
|
static |
update binary.
Definition at line 61 of file CalypsoCardCommand.h.
|
static |
update record.
Definition at line 49 of file CalypsoCardCommand.h.
|
static |
verify PIN
Definition at line 97 of file CalypsoCardCommand.h.
|
static |
write binary.
Definition at line 64 of file CalypsoCardCommand.h.
|
static |
write record.
Definition at line 52 of file CalypsoCardCommand.h.