![]() |
Keyple Card Calypso C++ Library 2.2.2
Reference Terminal Reader API for C++
|
#include <CmdSamReadCeilings.h>
Public Types | |
enum class | CeilingsOperationType { CEILING_RECORD , SINGLE_CEILING } |
Public Member Functions | |
CmdSamReadCeilings (const CalypsoSam::ProductType productType, const CeilingsOperationType operationType, const int index) | |
const std::vector< uint8_t > | getCeilingsData () const |
const std::map< const int, const std::shared_ptr< StatusProperties > > & | getStatusTable () const override |
![]() | |
AbstractSamCommand (const CalypsoSamCommand &commandRef, const int le) | |
const CalypsoSamCommand & | getCommandRef () const override |
const CalypsoApduCommandException | buildCommandException (const std::type_info &exceptionClass, const std::string &message) const final |
const CalypsoApduCommandException | buildUnexpectedResponseLengthException (const std::string &message) const final |
AbstractSamCommand & | setApduResponse (const std::shared_ptr< ApduResponseApi > apduResponse) override |
void | checkStatus () override |
![]() | |
AbstractApduCommand (const CardCommand &commandRef, const int le) | |
virtual void | addSubName (const std::string &subName) final |
virtual const std::string & | getName () const final |
virtual void | setApduRequest (const std::shared_ptr< ApduRequestAdapter > apduRequest) final |
virtual const std::shared_ptr< ApduRequestAdapter > | getApduRequest () const final |
virtual const std::shared_ptr< ApduResponseApi > | getApduResponse () const final |
virtual bool | isSuccessful () const final |
virtual const std::string | getStatusInformation () const final |
Additional Inherited Members | |
![]() | |
static const std::map< const int, const std::shared_ptr< StatusProperties > > | STATUS_TABLE = initStatusTable() |
![]() | |
static const std::map< const int, const std::shared_ptr< StatusProperties > > | STATUS_TABLE |
(package-private)
Builds the Read Ceilings APDU command.
Definition at line 37 of file CmdSamReadCeilings.h.
|
strong |
Ceiling operation type
Enumerator | |
---|---|
CEILING_RECORD | Ceiling record |
SINGLE_CEILING | Single ceiling |
Definition at line 42 of file CmdSamReadCeilings.h.
keyple::card::calypso::CmdSamReadCeilings::CmdSamReadCeilings | ( | const CalypsoSam::ProductType | productType, |
const CeilingsOperationType | operationType, | ||
const int | index | ||
) |
(package-private)
Instantiates a new CmdSamReadCeilings.
productType | the SAM product type. |
operationType | the counter operation type. |
index | the counter index. |
Definition at line 38 of file CmdSamReadCeilings.cpp.
const std::vector< uint8_t > keyple::card::calypso::CmdSamReadCeilings::getCeilingsData | ( | ) | const |
(package-private)
Gets the key parameters.
Definition at line 94 of file CmdSamReadCeilings.cpp.
|
overridevirtual |
(package-private)
Returns the internal status table
Reimplemented from keyple::card::calypso::AbstractSamCommand.
Definition at line 100 of file CmdSamReadCeilings.cpp.