Create an NFC Forum Well-known URI NDEF record.
#include <nfc/nfc_ndef.h>
NFC_API nfc_result_t nfc_create_uri_record(const char *utf8_uri, nfc_ndef_record_t **rec)
BlackBerry 10.0.0
The uri in UTF-8.
The returned URI NDEF record.
This function creates an NFC Forum Well-known URI NDEF record.
NFC_RESULT_SUCCESS, or NFC_RESULT_INVALID_PARAMETER to indicate an invalid argument.