Set the reader attribute that's associated with the provided tag.
#include <smartcard_spi/SmartCardSession.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardSession::setReaderCapabilities(unsigned int tag, const unsigned char *attribute, unsigned int attributeLength)=0
BlackBerry 10.3.0
The tag of the attribute to be set.
The new attribute value, in TLV format.
The length of attributeLength.
This function sets the reader attribute that's associated with the provided tag. If the tag is unknown, cannot be set, or the provided value is illegal, an error is returned.
If successful, SCARD_S_SUCCESS is returned. Otherwise, an error code is returned.