Start an NDEF tag emulation.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_start_ndef_tag_emulation(const nfc_ndef_message_t *msg)
BlackBerry 10.0.0
Pointer to an NDEF message to be emulated on the virtual NDEF tag.
This function creates a virtual NDEF tag and starts emulation when the application is in the foreground. Note that the tag is only active while this application is in the foreground. Also, only one virtual NDEF tag is allowed per application. The second call to the function will replace the NDEF message being emulated. The emulation of the NDEF tag is done in read-only mode, so it is not possible to write to the emulated tag.