nfc_se_service_get_num_readers()

Provide the number of readers available to the calling application.

Synopsis:

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

Since:

BlackBerry 10.0.0

Arguments:

pNumberOfReaders

The number of readers available to the calling application.

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 NFC_RESULT_INVALID_PARAMETER if a parameter is invalid.