SmartCardSession::destroyIoHeader()

Destroy a instance.

Synopsis:

#include <smartcard_spi/SmartCardSession.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardSession::destroyIoHeader(SmartCardIoHeader *ioHeader)=0

Since:

BlackBerry 10.3.0

Arguments:

ioHeader

The instance of the I/O header to destroy.

Library:

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

Description:

This function destroys a instance.

Returns:

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