Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <IncreaseRespPars.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 |
Increase (0032) response parser. See specs: Calypso / page 85 / 9.4.4 Increase
keyple::calypso::command::po::parser::IncreaseRespPars::IncreaseRespPars | ( | std::shared_ptr< ApduResponse > | response, |
IncreaseCmdBuild * | builder | ||
) |
Constructor to build a parser of the Increase command response.
response | response to parse |
builder | the reference to the builder that created this parser |
int keyple::calypso::command::po::parser::IncreaseRespPars::getNewValue | ( | ) |
Returns the new counter value as an int between 0
|
overrideprotectedvirtual |
Reimplemented from keyple::core::command::AbstractApduResponseParser.