Retrieve the instance.
#include <smartcard_spi/SmartCardDriverManager.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardDriverManager::getSmartCardReaderMonitor(SmartCardReaderMonitor *&readerMonitor)=0
BlackBerry 10.3.0
The instance of SmartCardReaderMonitor to retrieve, which is populated by this function.
This function retrieves the SmartCardReaderMonitor instance. The instance is managed by the smart card driver manager (that is, the caller does not need to de-allocate this instance).
If successful, SCARD_S_SUCCESS is returned. Otherwise, an error code is returned.