Create an empty NDEF message.
#include <nfc/nfc_ndef.h>
NFC_API nfc_result_t nfc_create_ndef_message(nfc_ndef_message_t **msg)
BlackBerry 10.0.0
The created NDEF message.
This function creates an empty NDEF message.
NFC_RESULT_SUCCESS, or NFC_RESULT_INVALID_PARAMETER to indicate an invalid argument.