Retrieve the number of NDEF records found in an NDEF message.
#include <nfc/nfc_ndef.h>
NFC_API nfc_result_t nfc_get_ndef_record_count(const nfc_ndef_message_t *msg, unsigned int *count)
BlackBerry 10.0.0
The NDEF message retrieved from the NDEF read.
The number of NDEF records found.
This function gets the number of NDEF records in NDEF message.
NFC_RESULT_SUCCESS, or NFC_RESULT_INVALID_PARAMETER to indicate an invalid argument.