Set the value for a given capabilities tag.
#include <smartcard_spi/SlotLogicalSmartCardReader.hpp>
virtual sc_response_code_t smartcard_spi::SlotLogicalSmartCardReader::setCapabilities(unsigned int tag, const unsigned char *value, unsigned int valueLength)
BlackBerry 10.3.0
The tag of interest.
The value of the tag to be set in type-length-value (TLV) format. May be NULL.
The length of value.
This function sets the value for the given capabilities tag.
In case of success, SC_IFD_SUCCESS is returned. Otherwise, an error code is returned.