49: mName(name), mInstructionByte(instructionByte) {}
52: mName(o.mName), mInstructionByte(o.mInstructionByte) {}
54const std::string& CalypsoCardCommand::getName()
const
61 return mInstructionByte;
66 return mName == o.mName &&
67 mInstructionByte == o.mInstructionByte;
78 mInstructionByte = o.mInstructionByte;
bool operator==(const CalypsoCardCommand &o) const
static const CalypsoCardCommand DECREASE
static const CalypsoCardCommand SV_RELOAD
static const CalypsoCardCommand UPDATE_RECORD
static const CalypsoCardCommand INCREASE
static const CalypsoCardCommand NONE
static const CalypsoCardCommand SV_DEBIT
static const CalypsoCardCommand READ_RECORD_MULTIPLE
static const CalypsoCardCommand SELECT_FILE
static const CalypsoCardCommand GET_DATA
static const CalypsoCardCommand READ_RECORDS
static const CalypsoCardCommand CHANGE_PIN
static const CalypsoCardCommand READ_BINARY
bool operator!=(const CalypsoCardCommand &o) const
static const CalypsoCardCommand WRITE_RECORD
static const CalypsoCardCommand CHANGE_KEY
static const CalypsoCardCommand WRITE_BINARY
static const CalypsoCardCommand INVALIDATE
static const CalypsoCardCommand SEARCH_RECORD_MULTIPLE
static const CalypsoCardCommand REHABILITATE
static const CalypsoCardCommand DECREASE_MULTIPLE
static const CalypsoCardCommand SV_GET
CalypsoCardCommand(const CalypsoCardCommand &o)
static const CalypsoCardCommand GET_CHALLENGE
static const CalypsoCardCommand VERIFY_PIN
static const CalypsoCardCommand SV_UNDEBIT
static const CalypsoCardCommand CLOSE_SESSION
static const CalypsoCardCommand UPDATE_BINARY
uint8_t getInstructionByte() const
static const CalypsoCardCommand OPEN_SESSION
CalypsoCardCommand & operator=(const CalypsoCardCommand &o)
static const CalypsoCardCommand INCREASE_MULTIPLE
static const CalypsoCardCommand APPEND_RECORD