Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <PcscProtocolSetting.h>
Static Public Member Functions | |
static const std::map< std::shared_ptr< SeCommonProtocol >, std::string > | getSpecificSettings (const std::set< std::shared_ptr< SeCommonProtocol >> &specificProtocols) |
static const std::map< std::shared_ptr< SeCommonProtocol >, std::string > & | getAllSettings () |
Static Public Attributes | |
static std::map< std::shared_ptr< SeCommonProtocol >, std::string > | PCSC_PROTOCOL_SETTING |
This class contains all the parameters to identify the communication protocols supported by PC/SC readers.
The application can choose to add all parameters or only a subset.
Since they are based on the virtual ATR created by the reader, the protocol identification values are provided as is, they may vary from one reader and SE to another.
It may be necessary to create a custom parameter set specific to the context.
|
static |
Return the whole settings map
|
static |
Return a subset of the settings map
specificProtocols | subset of protocols |
|
static |