nfc_se_service_get_readers()

Provide a list of readers accessible to this application.

Synopsis:

#include <nfc/nfc_se_access.h>
 
NFC_API nfc_result_t nfc_se_service_get_readers(uint32_t *phReaders, uint32_t *pNumberOfReaders)

Since:

BlackBerry 10.0.0

Arguments:

phReaders

The array of resulting reader handles.

pNumberOfReaders

Caller sends the number of elements in the phReader array. The result is the number or reader handles within the phReaders array.

Library:

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

Description:

Returns:

NFC_RESULT_SUCCESS if the readers are retrieved successfully; or one of the following: