SmartCardInterface::cancel()

Cancel all in-progress operations.

Synopsis:

#include <smartcard_spi/SmartCardInterface.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardInterface::cancel(bool forceCancel)

Since:

BlackBerry 10.3.0

Arguments:

forceCancel

If true, all in-progress operations must be terminated immediately. Otherwise, attempts to gracefully cancel all in-progress operations should be made where possible.

Library:

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

Description:

This function cancels all in-progress operations on the smart card.

Returns:

If successful, SC_SCARD_S_SUCCESS is returned. Otherwise, an error code is returned.