Retrieve an identifier that uniquely identifies the currently connected smart card.
#include <smartcard/sc_smart_card.h>
sc_response_code_t sc_get_smart_card_id(sc_context_t *context,
sc_smart_card_id_t *smart_card_id)
BlackBerry 10.2.0
The active smart card context. This value cannot be NULL.
The smart card ID instance used to store the requested identifier. This value cannot be NULL.
If no connection is currently open, an error is returned.
SC_SCARD_S_SUCCESS upon success, an error code otherwise. See sc_response_code_t for defined error codes.