Keypop Reader C++ API 2.0.0
Reference Reader API for C++
|
Namespaces | |
namespace | spi |
Classes | |
class | BasicCardSelector |
class | CardSelectionManager |
class | CardSelectionResult |
class | CardSelector |
class | CommonIsoCardSelector |
class | InvalidCardResponseException |
class | IsoCardSelector |
class | ScheduledCardSelectionsResponse |
Enumerations | |
enum class | FileControlInformation { FCI , FCP , FMD , NO_RESPONSE } |
enum class | FileOccurrence { FIRST , LAST , NEXT , PREVIOUS } |
|
strong |
Types of templates available in return for the Select Application command, according to the ISO7816-4 standard.
Enumerator | |
---|---|
FCI | File control information.
|
FCP | File control parameters.
|
FMD | File management data.
|
NO_RESPONSE | No response expected.
|
Definition at line 25 of file FileControlInformation.hpp.
|
strong |
Navigation options through the different applications contained in the card according to the ISO7816-4 standard.
Enumerator | |
---|---|
FIRST | First occurrence.
|
LAST | Last occurrence.
|
NEXT | Next occurrence.
|
PREVIOUS | Previous occurrence.
|
Definition at line 25 of file FileOccurrence.hpp.