Push an NDEF message to a remote device in a SNEP PUT request.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_push_ndef_message(const nfc_target_t *target, const nfc_ndef_message_t *msg)
BlackBerry 10.0.0
The NDEF target handle found after an NDEF push detection.
The NDEF message to push. If you provide NULL, it will cause the NFC service to abort any active push session if one was in progress.
This function pushes an NDEF message to a device that supports the NFC Forum SNEP specification. The NDEF message is returned from a successful push detection. Only one NDEF message can be pushed for each NFC tap gesture.