Transmit the provided command to the smart card.
#include <smartcard_spi/SlotLogicalSmartCardReader.hpp>
virtual sc_response_code_t smartcard_spi::SlotLogicalSmartCardReader::transmitToIcc(const SmartCardIoHeader &commandIoHeader, const unsigned char *command, unsigned int commandLength, SmartCardIoHeader &responseIoHeader, unsigned char *response, unsigned int &responseLength)
BlackBerry 10.3.0
The structure of the protocol control information that corresponds to the protocol to use for sending.
The command to be sent to the smart card. Must not be NULL.
The length of command.
The structure of the protocol control information that corresponds to the protocol used to receive data from the ICC.
The response to the command received from the smart card. Must not be NULL.
The length of response.
This function transmits the provided command to the smart card.
In case of success, SC_IFD_SUCCESS is returned. Otherwise, an error code is returned.