Initialize the smart card framework.
#include <smartcard_spi/SmartCardDriverManager.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardDriverManager::initialize(const char *driverLaunchInvocationTarget)=0
BlackBerry 10.3.0
The driver invocation target (as defined in the driver application BAR descriptor) that will be used by the smart card service to launch the driver; must not be NULL.
This function initializes the smart card framework. This function should be called before any other functions in this interface.
If successful, SCARD_S_SUCCESS is returned. Otherwise, an error code is returned.