Keypop Reader C++ API 2.0.0
Reference Reader API for C++
|
#include <SmartCard.hpp>
Public Member Functions | |
virtual | ~SmartCard ()=default |
virtual const std::string & | getPowerOnData () const =0 |
Basic smart card with which communication has been established after a selection process and which is ready to receive APDUs.
The power-on data that could be collected by the selection process are made available.
Must be implemented and possibly extended by a card extension to meet its specific needs.
Definition at line 29 of file SmartCard.hpp.
|
virtualdefault |
|
pure virtual |
Basic smart card with which communication has been established after a selection process and which is ready to receive APDUs.
The power-on data that could be collected by the selection process are made available.
Must be implemented and possibly extended by a card extension to meet its specific needs.