#include <CalypsoCardUtilAdapter.h>
(package-private)
Helper class used to update the CalypsoCard with the responses received from the card.
- Since
- 2.0.0
Definition at line 56 of file CalypsoCardUtilAdapter.h.
◆ updateCalypsoCard() [1/2]
void keyple::card::calypso::CalypsoCardUtilAdapter::updateCalypsoCard |
( |
std::shared_ptr< CalypsoCardAdapter > |
calypsoCard, |
|
|
const std::shared_ptr< AbstractCardCommand > |
command, |
|
|
const std::shared_ptr< ApduResponseApi > |
apduResponse, |
|
|
const bool |
isSessionOpen |
|
) |
| |
|
static |
(package-private)
Fills the CalypsoCard with the card's response to a single command
- Parameters
-
calypsoCard | the CalypsoCardAdapter object to fill with the provided response from the card. |
command | the command that get the response. |
apduResponse | the APDU response returned by the card to the command. |
isSessionOpen | true when a secure session is open. |
- Exceptions
-
- Since
- 2.0.0
Definition at line 40 of file CalypsoCardUtilAdapter.cpp.
◆ updateCalypsoCard() [2/2]
void keyple::card::calypso::CalypsoCardUtilAdapter::updateCalypsoCard |
( |
std::shared_ptr< CalypsoCardAdapter > |
calypsoCard, |
|
|
const std::vector< std::shared_ptr< AbstractCardCommand > > & |
commands, |
|
|
const std::vector< std::shared_ptr< ApduResponseApi > > & |
apduResponses, |
|
|
const bool |
isSessionOpen |
|
) |
| |
|
static |
(package-private)
Fills the CalypsoCard with the card's responses to a list of commands
- Parameters
-
calypsoCard | the CalypsoCardAdapter object to fill with the provided response from the card |
commands | the list of commands that get the responses. |
apduResponses | the APDU responses returned by the card to all commands. |
isSessionOpen | true when a secure session is open. |
- Exceptions
-
- Since
- 2.0.0
Definition at line 165 of file CalypsoCardUtilAdapter.cpp.
The documentation for this class was generated from the following files: