SmartCardSession::createIoHeader()

Create a instance.

Synopsis:

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

Since:

BlackBerry 10.3.0

Arguments:

ioHeader

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.

Library:

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

Description:

This function creates a SmartCardIoHeader instance.

Returns:

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