Keyple C++  0.9.0
Keyple, an Open Source SDK for Ticketing
Namespaces | Classes | Enumerations | Functions
keyple::calypso Namespace Reference

Namespaces

 command
 
 exception
 
 transaction
 

Classes

class  KeyReference
 

Enumerations

enum  SelectFileControl { SelectFileControl::NONE, SelectFileControl::FIRST_EF, SelectFileControl::NEXT_EF, SelectFileControl::CURRENT_DF }
 

Functions

std::ostream & operator<< (std::ostream &os, const SelectFileControl &sfc)
 

Enumeration Type Documentation

◆ SelectFileControl

Definitions governing the expected behavior of the selection command (see the specifics of this command in the ISO7816-4 standard and the Calypso specification)

Enumerator
NONE 
FIRST_EF 

The first EF of the current Calypso DF

NEXT_EF 

The next EF of the current Calypso DF

CURRENT_DF 

The Calypso DF

Function Documentation

◆ operator<<()

std::ostream& keyple::calypso::operator<< ( std::ostream &  os,
const SelectFileControl sfc 
)
inline