Retrieve the value corresponding to a given capabilities tag.
#include <smartcard_spi/SlotLogicalSmartCardReader.hpp>
virtual sc_response_code_t smartcard_spi::SlotLogicalSmartCardReader::getCapabilities(unsigned int tag, unsigned char *value, unsigned int &valueLength)
BlackBerry 10.3.0
The tag of interest.
The value of the tag in type-length-value (TLV) format. Must not be NULL.
The length of value.
This function retrieves the value that corresponds to the given capabilities tag.
In case of success, SC_IFD_SUCCESS is returned. Otherwise, an error code is returned.