sc_cancel_get_status_change()

Terminate all outstanding smart card actions.

Synopsis:

#include <smartcard/sc_smart_card.h>
 
sc_response_code_t sc_cancel_get_status_change(sc_context_t *context)

Since:

BlackBerry 10.2.0

Arguments:

context

The active smart card context. This value cannot be NULL.

Library:

libscs (For the qcc command, use the -l scs option to link against this library)

Description:

This function cancels any outstanding sc_get_status_change() requests. The cancelled requests terminate with result codes that indicate that the actions have been cancelled.

Returns:

SC_SCARD_S_SUCCESS upon success, an error code otherwise. See sc_response_code_t for defined error codes.