Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <OpenSession31RespPars.h>
Inherits keyple::calypso::command::po::parser::security::AbstractOpenSessionRespPars.
Additional Inherited Members | |
![]() | |
std::shared_ptr< SecureSession > | mSecureSession |
![]() | |
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 |
![]() | |
std::shared_ptr< ApduResponse > | mResponse |
AbstractApduCommandBuilder * | mBuilder |
![]() | |
static const std::map< int, std::shared_ptr< StatusProperties > > | STATUS_TABLE |
keyple::calypso::command::po::parser::security::OpenSession31RespPars::OpenSession31RespPars | ( | std::shared_ptr< ApduResponse > | response, |
OpenSession31CmdBuild * | builder | ||
) |
Instantiates a new OpenSession31RespPars from the response.
response | from OpenSession31RespPars |
builder | the reference to the builder that created this parser |
C++ vs. Java: Do not remove. This code is required as the base class constructor cannot call a derived class member function.
|
virtual |
Reimplemented from keyple::calypso::command::po::parser::security::AbstractOpenSessionRespPars.