Retrieve the record type of a NDEF record.
#include <nfc/nfc_ndef.h>
NFC_API nfc_result_t nfc_get_ndef_record_type(const nfc_ndef_record_t *rec, char **record_type)
BlackBerry 10.0.0
The NDEF record.
The returned record type.
This function returns the record type associated with the NDEF record. The record type is returned as is and may not conform to the NDEF specification.
NFC_RESULT_SUCCESS, or NFC_RESULT_INVALID_PARAMETER to indicate an invalid argument.