Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#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 |
FileControlInformation & | operator= (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) |
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)
keyple::core::seproxy::FileControlInformation::FileControlInformation | ( | const uint8_t | isoBitMask | ) |
keyple::core::seproxy::FileControlInformation::FileControlInformation | ( | const FileControlInformation & | o | ) |
uint8_t keyple::core::seproxy::FileControlInformation::getIsoBitMask | ( | ) | const |
bool keyple::core::seproxy::FileControlInformation::operator!= | ( | const FileControlInformation & | o | ) | const |
FileControlInformation & keyple::core::seproxy::FileControlInformation::operator= | ( | const FileControlInformation & | o | ) |
bool keyple::core::seproxy::FileControlInformation::operator== | ( | const FileControlInformation & | o | ) | const |
|
friend |
|
static |
|
static |
|
static |
|
static |