Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <SelectFileRespPars.h>
Inherits keyple::calypso::command::po::AbstractPoResponseParser.
Static Public Attributes | |
static constexpr int | FILE_TYPE_MF = 1 |
static constexpr int | FILE_TYPE_DF = 2 |
static constexpr int | FILE_TYPE_EF = 4 |
static constexpr int | EF_TYPE_DF = 0 |
static constexpr int | EF_TYPE_BINARY = 1 |
static constexpr int | EF_TYPE_LINEAR = 2 |
static constexpr int | EF_TYPE_CYCLIC = 4 |
static constexpr int | EF_TYPE_SIMULATED_COUNTERS = 8 |
static constexpr int | EF_TYPE_COUNTERS = 9 |
Protected Member Functions | |
const std::map< int, std::shared_ptr< StatusProperties > > & | getStatusTable () const override |
![]() | |
const KeypleSeCommandException | buildCommandException (const std::type_info &exceptionClass, const std::string &message, const std::shared_ptr< SeCommand > commandRef, const int statusCode) const override |
![]() | |
virtual const std::shared_ptr< SeCommand > | getCommandRef () const |
Additional Inherited Members | |
![]() | |
std::shared_ptr< ApduResponse > | mResponse |
AbstractApduCommandBuilder * | mBuilder |
![]() | |
static const std::map< int, std::shared_ptr< StatusProperties > > | STATUS_TABLE |
This class provides status code properties and the getters to access to the structured fields of data from response to a Select File command (available from the parent class).
The value of the Proprietary Information tag is extracted from the Select File response and made available using the corresponding getter.
keyple::calypso::command::po::parser::SelectFileRespPars::SelectFileRespPars | ( | std::shared_ptr< ApduResponse > | response, |
SelectFileCmdBuild * | builder | ||
) |
Instantiates a new SelectFileRespPars.
response | the response from the PO |
builder | the reference to the builder that created this parser |
const std::vector< uint8_t > & keyple::calypso::command::po::parser::SelectFileRespPars::getProprietaryInformation | ( | ) |
|
overrideprotectedvirtual |
Reimplemented from keyple::core::command::AbstractApduResponseParser.
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
EF Type Values
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
File Type Values