Retrieve the reader attribute value that's associated with the provided tag.
#include <smartcard_spi/SmartCardSession.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardSession::getReaderCapabilities(unsigned int tag, unsigned char *attribute, unsigned int &attributeLength)=0
BlackBerry 10.3.0
The tag of the attribute value to retrieve.
The value of the attribute, in TLV format, which is populated by this function.
The length of attribute.
This function retrieves the reader attribute value that's associated with the provided tag. If the tag is unknown, an error is returned.
If successful, SCARD_S_SUCCESS is returned. Otherwise, an error code is returned.