![]() |
Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
|
#include <CardCommand.h>
Public Member Functions | |
virtual const std::string & | getName () const =0 |
virtual uint8_t | getInstructionByte () const =0 |
(package-private)
Provides the API to get CardCommand's name and instruction byte (INS).
Definition at line 25 of file CardCommand.h.
|
pure virtual |
Gets Instruction Byte (INS)
Implemented in keyple::card::calypso::CalypsoCardCommand, and keyple::card::calypso::CalypsoSamCommand.
|
pure virtual |
Gets command's name.
Implemented in keyple::card::calypso::CalypsoSamCommand.