Keypop Card C++ API 2.0.0
Reference Card API for C++
|
#include <CardRequestSpi.hpp>
Public Member Functions | |
virtual | ~CardRequestSpi ()=default |
virtual const std::vector< std::shared_ptr< ApduRequestSpi > > & | getApduRequests () const =0 |
virtual bool | stopOnUnsuccessfulStatusWord () const =0 |
Request grouping multiple APDUs to be executed consecutively.
Contains a list of ApduRequestSpi to be sent to a card and a flag indicating whether to stop processing in case of an unexpected status word in response to one of the APDUs.
Definition at line 30 of file CardRequestSpi.hpp.
|
virtualdefault |
virtual destructor.
|
pure virtual |
Gets the list of calypsonet::terminal::card::spi::ApduRequestSpi.
|
pure virtual |
Indicates if the processing of the requests must stop when an unexpected status word is received.