21#include "CalypsoCard.h"
29#include "LoggerFactory.h"
35using namespace calypsonet::terminal::calypso::card;
36using namespace keyple::core::util::cpp;
61 const uint8_t length);
92 const std::map<const int, const std::shared_ptr<StatusProperties>>&
getStatusTable()
const
99 const std::unique_ptr<Logger> mLogger = LoggerFactory::getLogger(
typeid(
CmdCardReadBinary));
104 static const std::map<const int, const std::shared_ptr<StatusProperties>> STATUS_TABLE;
114 const uint8_t mOffset;
119 static const std::map<const int, const std::shared_ptr<StatusProperties>> initStatusTable();
CmdCardReadBinary(const CalypsoCardClass calypsoCardClass, const uint8_t sfi, const uint8_t offset, const uint8_t length)
bool isSessionBufferUsed() const override
uint8_t getOffset() const
const std::map< const int, const std::shared_ptr< StatusProperties > > & getStatusTable() const override
AbstractApduCommand::StatusProperties StatusProperties