Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <VerifyPinRespPars.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 |
VerifyPin response parser.
keyple::calypso::command::po::parser::security::VerifyPinRespPars::VerifyPinRespPars | ( | std::shared_ptr< ApduResponse > | response, |
VerifyPinCmdBuild * | builder | ||
) |
Instantiates a new VerifyPinRespPars.
response | the response from VerifyPin APDU Command |
builder | the reference to the builder that created this parser |
int keyple::calypso::command::po::parser::security::VerifyPinRespPars::getRemainingAttemptCounter | ( | ) | const |
Determine the value of the attempt counter from the status word
|
overrideprotectedvirtual |
Reimplemented from keyple::core::command::AbstractApduResponseParser.