![]() |
Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
|
#include <CmdSamSvPrepareUndebit.h>


Public Member Functions | |
| CmdSamSvPrepareUndebit (const CalypsoSam::ProductType productType, const std::vector< uint8_t > &svGetHeader, const std::vector< uint8_t > &svGetData, const std::vector< uint8_t > &svUndebitCmdBuildData) | |
| const std::map< const int, const std::shared_ptr< StatusProperties > > & | getStatusTable () const override |
Public Member Functions inherited from keyple::card::calypso::AbstractSamCommand | |
| AbstractSamCommand (const CalypsoSamCommand &commandRef) | |
| const CalypsoSamCommand & | getCommandRef () const override |
| const CalypsoApduCommandException | buildCommandException (const std::type_info &exceptionClass, const std::string &message, const CardCommand &commandRef, const int statusWord) const final |
| AbstractSamCommand & | setApduResponse (const std::shared_ptr< ApduResponseApi > apduResponse) override |
| void | checkStatus () override |
Public Member Functions inherited from keyple::card::calypso::AbstractApduCommand | |
| AbstractApduCommand (const CardCommand &commandRef) | |
| 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 Public Attributes inherited from keyple::card::calypso::AbstractSamCommand | |
| static const std::map< const int, const std::shared_ptr< StatusProperties > > | STATUS_TABLE = initStatusTable() |
Static Public Attributes inherited from keyple::card::calypso::AbstractApduCommand | |
| static const std::map< const int, const std::shared_ptr< StatusProperties > > | STATUS_TABLE |
(package-private)
Builds the SV Undebit APDU command.
Definition at line 40 of file CmdSamSvPrepareUndebit.h.
| keyple::card::calypso::CmdSamSvPrepareUndebit::CmdSamSvPrepareUndebit | ( | const CalypsoSam::ProductType | productType, |
| const std::vector< uint8_t > & | svGetHeader, | ||
| const std::vector< uint8_t > & | svGetData, | ||
| const std::vector< uint8_t > & | svUndebitCmdBuildData | ||
| ) |
(package-private)
Instantiates a new CmdSamSvPrepareUndebit to prepare a transaction to cancel a previous debit transaction.
| productType | the SAM product type. |
| svGetHeader | the SV Get command header. |
| svGetData | a byte array containing the data from the SV get command and response. |
| svUndebitCmdBuildData | the SV undebit command data. |
Definition at line 45 of file CmdSamSvPrepareUndebit.cpp.
|
overridevirtual |
(package-private)
Returns the internal status table
Reimplemented from keyple::card::calypso::AbstractSamCommand.
Definition at line 95 of file CmdSamSvPrepareUndebit.cpp.