SmartCardReader::getReaderLabel()

Retrieve the user-friendly name of the smart card reader.

Synopsis:

#include <smartcard_spi/SmartCardReader.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardReader::getReaderLabel(sc_card_label_t &readerLabel)

Since:

BlackBerry 10.3.0

Arguments:

readerLabel

The user-friendly name of the smart card reader, which is populated by this function.

Library:

libscs (For the qcc command, use the -l scs option to link against this library)

Description:

This function retrieves the user-friendly name of the smart card reader that's associated with this driver.

Returns:

If successful, SC_DEVICE_SUCCESS is returned. Otherwise, an error code is returned.