Return the fully qualified URI string from an uri NDEF record.
#include <nfc/nfc_ndef.h>
NFC_API nfc_result_t nfc_get_rtd_uri(const nfc_ndef_record_t *rec, char **utf8_uri)
BlackBerry 10.0.0
The URI NDEF record. Chunked NDEF records are not supported.
The returned allocated null-terminated fully qualified uri in UTF-8. This string must be de-allocated by calling the free() function.
This function returns the fully qualified URI string from an uri NDEF record.