Keyple C++  0.9.0
Keyple, an Open Source SDK for Ticketing
Public Member Functions | Static Public Attributes | Friends | List of all members
keyple::core::seproxy::SeSelector::AidSelector::FileControlInformation Class Referencefinal

#include <SeSelector.h>

Public Member Functions

 FileControlInformation (const uint8_t isoBitMask)
 
 FileControlInformation (const FileControlInformation &o)
 
uint8_t getIsoBitMask () const
 
bool operator== (const FileControlInformation &o) const
 
bool operator!= (const FileControlInformation &o) const
 
FileControlInformationoperator= (const FileControlInformation &o)
 

Static Public Attributes

static const FileControlInformation FCI
 
static const FileControlInformation FCP
 
static const FileControlInformation FMD
 
static const FileControlInformation NO_RESPONSE
 

Friends

KEYPLECORE_API std::ostream & operator<< (std::ostream &os, const FileControlInformation &fci)
 

Detailed Description

FileControlInformation indicates how to which template is expected in accordance with ISO7816-4

The getIsoBitMask method provides the bit mask to be used to set P2 in the select command (ISO/IEC 7816-4.2)

Constructor & Destructor Documentation

◆ FileControlInformation() [1/2]

keyple::core::seproxy::FileControlInformation::FileControlInformation ( const uint8_t  isoBitMask)

◆ FileControlInformation() [2/2]

keyple::core::seproxy::FileControlInformation::FileControlInformation ( const FileControlInformation o)

Member Function Documentation

◆ getIsoBitMask()

uint8_t keyple::core::seproxy::FileControlInformation::getIsoBitMask ( ) const

◆ operator!=()

bool keyple::core::seproxy::FileControlInformation::operator!= ( const FileControlInformation o) const

◆ operator=()

FileControlInformation & keyple::core::seproxy::FileControlInformation::operator= ( const FileControlInformation o)

◆ operator==()

bool keyple::core::seproxy::FileControlInformation::operator== ( const FileControlInformation o) const

Friends And Related Function Documentation

◆ operator<<

KEYPLECORE_API std::ostream& operator<< ( std::ostream &  os,
const FileControlInformation fci 
)
friend

Member Data Documentation

◆ FCI

const FileControlInformation keyple::core::seproxy::FileControlInformation::FCI
static

◆ FCP

const FileControlInformation keyple::core::seproxy::FileControlInformation::FCP
static

◆ FMD

const FileControlInformation keyple::core::seproxy::FileControlInformation::FMD
static

◆ NO_RESPONSE

const FileControlInformation keyple::core::seproxy::FileControlInformation::NO_RESPONSE
static

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