Create a NFC Forum External type NDEF record.
#include <nfc/nfc_ndef.h>
NFC_API nfc_result_t nfc_create_external_type_record(const char *domain_name, const char *type_name, const uchar_t *payload, size_t payload_len, nfc_ndef_record_t **rec)
BlackBerry 10.0.0
The domain name of the organization responsible for managing the name space for the record type.
An application-specific record type that is valid for the namespace defined by the domain_name argument.
Binary content of the application specific type, which is to be set as the NDEF record's payload.
The byte length of the payload.
The returned external type NDEF record.
This function creates an NFC Forum External type NDEF record.
NFC_RESULT_SUCCESS, or NFC_RESULT_INVALID_PARAMETER to indicate that a parameter is invalid.