Keypop Reader C++ API 2.0.0
Reference Reader API for C++
Namespaces | Classes | Enumerations
keypop::reader::selection Namespace Reference

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 }
 

Enumeration Type Documentation

◆ FileControlInformation

Types of templates available in return for the Select Application command, according to the ISO7816-4 standard.

Since
2.0.0
Enumerator
FCI 

File control information.

Since
2.0.0
FCP 

File control parameters.

Since
2.0.0
FMD 

File management data.

Since
2.0.0
NO_RESPONSE 

No response expected.

Since
2.0.0

Definition at line 25 of file FileControlInformation.hpp.

◆ FileOccurrence

Navigation options through the different applications contained in the card according to the ISO7816-4 standard.

Since
2.0.0
Enumerator
FIRST 

First occurrence.

Since
2.0.0
LAST 

Last occurrence.

Since
2.0.0
NEXT 

Next occurrence.

Since
2.0.0
PREVIOUS 

Previous occurrence.

Since
2.0.0

Definition at line 25 of file FileOccurrence.hpp.