SmartCardReader::getReaderName()

Retrieve the name of the smart card reader.

Synopsis:

#include <smartcard_spi/SmartCardReader.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardReader::getReaderName(sc_reader_name_t &readerName)

Since:

BlackBerry 10.3.0

Arguments:

readerName

The name of the smart card reader name, 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 name of the smart card reader that's used when registering this driver with the core subsystem.

Returns:

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