Send a custom APDU command.
#include <smartcard_spi/SmartCardCustomCommandProvider.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardCustomCommandProvider::sendApdu(const unsigned char *apduCommand, unsigned int apduCommandLength, unsigned char *apduResponse, unsigned int &apduResponseLength)
BlackBerry 10.3.0
The APDU command to send.
The length of the APDU command to send.
The response APDU, which is populated by this function.
The response APDU length.
This function sends a custom APDU command.
If successful, SCARD_S_SUCCESS is returned. Otherwise, an error code is returned.