![]() |
Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
|
#include <CalypsoSamSelectionAdapter.h>
Public Member Functions | |
CalypsoSamSelectionAdapter () | |
const std::shared_ptr< CardSelectionRequestSpi > | getCardSelectionRequest () override |
const std::shared_ptr< SmartCardSpi > | parse (const std::shared_ptr< CardSelectionResponseApi > cardSelectionResponse) override |
CalypsoSamSelection & | filterByProductType (const CalypsoSam::ProductType productType) override |
CalypsoSamSelection & | filterBySerialNumber (const std::string &serialNumberRegex) override |
CalypsoSamSelection & | setUnlockData (const std::string &unlockData) override |
(package-private)
Implementation of CalypsoSamSelection.
If not specified, the SAM product type used for unlocking is CalypsoSam::ProductType::SAM_C1.
Definition at line 46 of file CalypsoSamSelectionAdapter.h.
keyple::card::calypso::CalypsoSamSelectionAdapter::CalypsoSamSelectionAdapter | ( | ) |
(package-private)
Creates a CalypsoSamSelection.
Definition at line 42 of file CalypsoSamSelectionAdapter.cpp.
|
override |
Definition at line 95 of file CalypsoSamSelectionAdapter.cpp.
|
override |
Definition at line 103 of file CalypsoSamSelectionAdapter.cpp.
|
override |
Definition at line 46 of file CalypsoSamSelectionAdapter.cpp.
|
override |
Definition at line 70 of file CalypsoSamSelectionAdapter.cpp.
|
override |
Definition at line 120 of file CalypsoSamSelectionAdapter.cpp.