Keypop Reader C++ API 2.0.0
Reference Reader API for C++
|
#include <IsoSmartCard.hpp>
Public Member Functions | |
virtual const std::hecto & | getSelectApplicationResponse () const =0 |
Public Member Functions inherited from keypop::reader::selection::spi::SmartCard | |
virtual | ~SmartCard ()=default |
virtual const std::string & | getPowerOnData () const =0 |
ISO 7816-4 smart card with which communication has been established after a selection process and which is ready to receive APDUs.
The information that could be collected by the selection process, i.e. the power-on data or the response to the "Select Application" command are made available.
Both are optional but cannot be null at the same time.
Must be implemented and possibly extended by a ISO card extension to meet its specific needs.
Definition at line 33 of file IsoSmartCard.hpp.
|
pure virtual |
Gets the card data received in response to the "Select Application" command (including the status word).