nfc_se_reader_get_name()

Return the user-friendly name of this reader.

Synopsis:

#include <nfc/nfc_se_access.h>
 
NFC_API nfc_result_t nfc_se_reader_get_name(uint32_t hSEReader, char *pName, uint32_t *pLen)

Since:

BlackBerry 10.0.0

Arguments:

hSEReader

The handle to the reader whose name is to be provided.

pName

The character array to place the name.

pLen

The length of the pName character array sent in, and the actual length returned or the length returned in case of an error.

Library:

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

Description:

Returns:

NFC_RESULT_SUCCESS if the reader name is successfully retrieved; or one of the following: