Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
Static Public Member Functions | List of all members
keyple::card::calypso::CmdCardRatificationBuilder Class Referencefinal

#include <CmdCardRatificationBuilder.h>

Static Public Member Functions

static const std::shared_ptr< ApduRequestAdaptergetApduRequest (const CalypsoCardClass calypsoCardClass)
 

Detailed Description

(package-private)
Provides the ApduRequestAdapter dedicated to the ratification command.

i.e. the command sent after closing the secure session to handle the ratification mechanism.
This particular command is not associated with any parsing since the response to this command is always an error and is never checked.

Since
2.0.1

Definition at line 34 of file CmdCardRatificationBuilder.h.

Member Function Documentation

◆ getApduRequest()

const std::shared_ptr< ApduRequestAdapter > keyple::card::calypso::CmdCardRatificationBuilder::getApduRequest ( const CalypsoCardClass  calypsoCardClass)
static

(package-private)

Parameters
calypsoCardClassthe card class.
Returns
the ApduRequestAdapter ratification command according to the card class provided
Since
2.0.1

Definition at line 21 of file CmdCardRatificationBuilder.cpp.


The documentation for this class was generated from the following files: