sc_context_destroy()
Destroy an sc_context_t context.
Synopsis:
#include <smartcard/sc_smart_card.h>
sc_response_code_t sc_context_destroy(sc_context_t *context)
Since:
BlackBerry 10.2.0
Arguments:
- context
-
The smart card context instance to be destroyed. This value must not be NULL.
Library:
libscs (For the qcc command, use the -l scs option to link against this library)Description:
Returns:
SC_SCARD_S_SUCCESS upon success, an error code otherwise. See sc_response_code_t for defined error codes.
Last modified: 2014-05-14