Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <GetDataTraceCmdBuild.h>
Inherits keyple::calypso::command::po::AbstractPoCommandBuilder< GetDataTraceRespPars >.
Public Member Functions | |
GetDataTraceCmdBuild (const PoClass poClass) | |
std::shared_ptr< GetDataTraceRespPars > | createResponseParser (std::shared_ptr< ApduResponse > apduResponse) override |
bool | isSessionBufferUsed () const override |
![]() | |
AbstractPoCommandBuilder (std::shared_ptr< CalypsoPoCommand > commandRef, std::shared_ptr< ApduRequest > request) | |
virtual | ~AbstractPoCommandBuilder ()=default |
virtual const std::shared_ptr< SeCommand > | getCommandRef () const override |
virtual bool | isSessionBufferUsed () const=0 |
![]() | |
AbstractIso7816CommandBuilder (const std::shared_ptr< SeCommand > commandReference, const std::shared_ptr< ApduRequest > request) | |
AbstractIso7816CommandBuilder (const std::string &name, const std::shared_ptr< ApduRequest > request) | |
virtual | ~AbstractIso7816CommandBuilder ()=default |
![]() | |
AbstractApduCommandBuilder (const std::shared_ptr< SeCommand > commandRef, const std::shared_ptr< ApduRequest > request) | |
AbstractApduCommandBuilder (const std::string &name, const std::shared_ptr< ApduRequest > request) | |
virtual | ~AbstractApduCommandBuilder ()=default |
virtual void | addSubName (const std::string &subName) |
virtual const std::shared_ptr< SeCommand > | getCommandRef () const |
virtual const std::string & | getName () const |
virtual const std::shared_ptr< ApduRequest > | getApduRequest () const |
Additional Inherited Members | |
![]() | |
virtual std::shared_ptr< ApduRequest > | setApduRequest (const uint8_t cla, const SeCommand &command, const uint8_t p1, const uint8_t p2, const std::vector< uint8_t > &dataIn) |
virtual std::shared_ptr< ApduRequest > | setApduRequest (const uint8_t cla, const SeCommand &command, const uint8_t p1, const uint8_t p2, const uint8_t le) |
virtual std::shared_ptr< ApduRequest > | setApduRequest (const uint8_t cla, const SeCommand &command, const uint8_t p1, const uint8_t p2, const std::vector< uint8_t > &dataIn, const uint8_t le) |
![]() | |
const std::shared_ptr< Logger > | mLogger |
![]() | |
const std::shared_ptr< SeCommand > | mCommandRef |
std::shared_ptr< ApduRequest > | mRequest |
This class provides the dedicated constructor to build the Get data APDU commands.
This command can not be sent in session because it would generate a 6Cxx status in contact mode and thus make calculation of the digest impossible.
keyple::calypso::command::po::builder::GetDataTraceCmdBuild::GetDataTraceCmdBuild | ( | const PoClass | poClass | ) |
Instantiates a new GetDataTraceCmdBuild.
poClass | indicates which CLA byte should be used for the Apdu |
|
overridevirtual |
Create the response parser matching the builder
apduResponse | the response data from the SE |
Implements keyple::calypso::command::po::AbstractPoCommandBuilder< GetDataTraceRespPars >.
|
override |
This command doesn't modify the contents of the PO and therefore doesn't uses the session buffer.