Create a instance.
#include <smartcard_spi/SmartCardSession.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardSession::createIoHeader(SmartCardIoHeader *&ioHeader)=0
BlackBerry 10.3.0
An instance of an I/O header, allocated on the heap, which is populated by this function. The caller is responsible for calling to de-allocate the instance.
This function creates a SmartCardIoHeader instance.
If successful, SCARD_S_SUCCESS is returned. Otherwise, an error code is returned.