Return the user-friendly name of this reader.
#include <nfc/nfc_se_access.h>
NFC_API nfc_result_t nfc_se_reader_get_name(uint32_t hSEReader, char *pName, uint32_t *pLen)
BlackBerry 10.0.0
The handle to the reader whose name is to be provided.
The character array to place the name.
The length of the pName character array sent in, and the actual length returned or the length returned in case of an error.