Destroy the provided instance.
#include <smartcard_spi/SmartCardReaderDriver.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardReaderDriver::destroyReader(SmartCardReader *reader)
BlackBerry 10.3.0
The instance to be destroyed; must not be NULL.
This function destroys the provided instance. Note that this function can be used for objects that were created using any of the create methods defined in this class.
If successful, SCARD_S_SUCCESS is returned. Otherwise, an error code is returned.