Cancel all in-progress operations.
#include <smartcard_spi/SmartCardInterface.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardInterface::cancel(bool forceCancel)
BlackBerry 10.3.0
If true, all in-progress operations must be terminated immediately. Otherwise, attempts to gracefully cancel all in-progress operations should be made where possible.
This function cancels all in-progress operations on the smart card.
If successful, SC_SCARD_S_SUCCESS is returned. Otherwise, an error code is returned.