Create a instance.
#include <smartcard_spi/SmartCardDriver.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardDriver::createSmartCard(const sc_card_name_t &cardName, SmartCardInterface *&card)
BlackBerry 10.3.0
The card type name for which an instance is to be constructed.
The created SmartCardInterface instance, which is populated by this function.
This function creates a SmartCardInterface instance.
If successful, SCARD_S_SUCCESS is returned. Otherwise, an error code is returned.