Create a new smart card context that is used to describe the environment within which individual smart card operations are performed.
#include <smartcard/sc_smart_card.h>
sc_response_code_t sc_context_create(sc_context_t **context)
BlackBerry 10.2.0
The created smart card context. This value cannot be NULL.
To use smart card operations an application must create a smart card context. When the context is no longer needed, use sc_context_destroy() to free the resources allocated for this context.
SC_SCARD_S_SUCCESS upon success, an error code otherwise. See sc_response_code_t for defined error codes.