Keypop Reader C++ API 2.0.0
Reference Reader API for C++
Public Member Functions | List of all members
keypop::reader::selection::spi::SmartCard Class Referenceabstract

#include <SmartCard.hpp>

Inheritance diagram for keypop::reader::selection::spi::SmartCard:
Inheritance graph
[legend]

Public Member Functions

virtual ~SmartCard ()=default
 
virtual const std::string & getPowerOnData () const =0
 

Detailed Description

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.

Since
1.0.0

Definition at line 29 of file SmartCard.hpp.

Constructor & Destructor Documentation

◆ ~SmartCard()

virtual keypop::reader::selection::spi::SmartCard::~SmartCard ( )
virtualdefault

Member Function Documentation

◆ getPowerOnData()

virtual const std::string & keypop::reader::selection::spi::SmartCard::getPowerOnData ( ) const
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.

Since
1.0.0

The documentation for this class was generated from the following file: