Keypop Reader C++ API 2.0.0
Reference Reader API for C++
|
#include <ScheduledCardSelectionsResponse.hpp>
Public Member Functions | |
virtual | ~ScheduledCardSelectionsResponse ()=default |
Response of the execution of a scheduled selection scenario provided by a calypsonet::terminal::reader::CardReaderEvent.
Contains the card's responses to one or more of the scenario's selection cases, i.e. the data from the selection step itself and any responses to commands that may have been executed afterwards.
It is necessary to use the method CardSelectionManager::parseScheduledCardSelectionsResponse(ScheduledCardSelectionsResponse) to analyze the result.
Definition at line 30 of file ScheduledCardSelectionsResponse.hpp.
|
virtualdefault |