Create an NDEF message from a byte array.
#include <nfc/nfc_ndef.h>
NFC_API nfc_result_t nfc_create_ndef_message_from_bytes(const uchar_t *bytes, size_t byte_length, nfc_ndef_message_t **msg)
BlackBerry 10.0.0
The NDEF message byte array.
The byte length of the byte array.
The returned NDEF message. This message must be disposed of by calling nfc_delete_ndef_message() when no no longer required.
This function creates an NDEF message from a byte array.