Re-establish an existing connection to a smart card.
#include <smartcard_spi/SmartCardInterface.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardInterface::reconnect(sc_card_access_mode_t cardAccessMode)
BlackBerry 10.3.0
The card access mode.
This function re-establishes an existing connection to a smart card. Example uses of this function include:
Note that a connection must have previously been established, otherwise an error is returned.
If successful, SC_SCARD_S_SUCCESS is returned. Otherwise, an error code is returned.