SmartCardDriver::destroySmartCard()

Destroy the provided SmartCardDriver .

Synopsis:

#include <smartcard_spi/SmartCardDriver.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardDriver::destroySmartCard(SmartCardInterface *card)

Since:

BlackBerry 10.3.0

Arguments:

card

The instance to destroy.

Library:

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

Description:

This function destroys the provided SmartCardInterface instance. This function may be used for any object inherited from SmartCardInterface.

Returns:

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