Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <SeSelector.h>
Public Member Functions | |
FileOccurrence (const uint8_t isoBitMask) | |
FileOccurrence (const FileOccurrence &o) | |
uint8_t | getIsoBitMask () const |
bool | operator== (const FileOccurrence &o) const |
bool | operator!= (const FileOccurrence &o) const |
FileOccurrence & | operator= (const FileOccurrence &o) |
Static Public Attributes | |
static const FileOccurrence | FIRST |
static const FileOccurrence | LAST |
static const FileOccurrence | NEXT |
static const FileOccurrence | PREVIOUS |
Friends | |
KEYPLECORE_API std::ostream & | operator<< (std::ostream &os, const FileOccurrence &fc) |
FileOccurrence indicates how to carry out the file occurrence 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::FileOccurrence::FileOccurrence | ( | const uint8_t | isoBitMask | ) |
keyple::core::seproxy::FileOccurrence::FileOccurrence | ( | const FileOccurrence & | o | ) |
uint8_t keyple::core::seproxy::FileOccurrence::getIsoBitMask | ( | ) | const |
bool keyple::core::seproxy::FileOccurrence::operator!= | ( | const FileOccurrence & | o | ) | const |
FileOccurrence & keyple::core::seproxy::FileOccurrence::operator= | ( | const FileOccurrence & | o | ) |
bool keyple::core::seproxy::FileOccurrence::operator== | ( | const FileOccurrence & | o | ) | const |
|
friend |
|
static |
|
static |
|
static |
|
static |