Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <GetDataTraceRespPars.h>
Inherits keyple::calypso::command::po::AbstractPoResponseParser.
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 |
Returns the traceability data obtained from the Get Data command response.
Provides getter methods for all relevant information.
keyple::calypso::command::po::parser::GetDataTraceRespPars::GetDataTraceRespPars | ( | std::shared_ptr< ApduResponse > | response, |
GetDataTraceCmdBuild * | builder | ||
) |
Instantiates a new GetDataTraceRespPars from the ApduResponse to a selection application command.
response | the Traceability Data response from Get Data APDU command |
builder | the reference to the builder that created this parser |
|
overrideprotectedvirtual |
Reimplemented from keyple::core::command::AbstractApduResponseParser.