Retrieve the single SmartCardDriverManager instance.
#include <smartcard_spi/SmartCardDriverManagerFactory.hpp>
sc_response_code_t smartcard_spi::getSmartCardDriverManager(SmartCardDriverManager *&manager)
BlackBerry 10.3.0
The single %SmartCardDriverManager instance.
This function retrieves the single SmartCardDriverManager instance. If the SmartCardDriver manager instance has been destroyed using destroySmartCardDriverManager(), calling this function will fail.
If successful, SCARD_S_SUCCESS is returned. Otherwise, an error code is returned.