Write an NDEF message to an NDEF target.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_write_ndef_message_to_tag(nfc_target_t *tag, const nfc_ndef_message_t *msg, bool append)
BlackBerry 10.0.0
The tag handle found after a tag detection.
The NDEF message to write.
Use false to overwrite any previous messages, true to append multiple messages. If using feature set 2, you must set append to false.