Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <PcscPluginFactory.h>
Inherits keyple::core::seproxy::PluginFactory.
Public Member Functions | |
const std::string & | getPluginName () const override |
std::shared_ptr< ReaderPlugin > | getPlugin () const override |
![]() | |
virtual | ~PluginFactory ()=default |
Builds a keyple::plugin::pcsc::PcscPlugin
|
overridevirtual |
Returns an instance of the keyple::plugin::pcsc::PcscPlugin if the platform is ready
KeyplePluginInstantiationException | if Smartcard.io library is not ready |
Implements keyple::core::seproxy::PluginFactory.
|
overridevirtual |
Retrieve the name of the plugin that will be instantiated by this factory (can be static or dynamic)
Implements keyple::core::seproxy::PluginFactory.