Register for notification of tag events.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_register_tag_readerwriter(unsigned int nfc_tag_type_mask)
BlackBerry 10.0.0
One or more tag connection types represented as bit-fields. The bit-fields are specified in the nfc_tag_type_t type.
The nfc_register_tag_readerwriter() function registers for notification of a tag detection event. Once a tag is detected by the NFC reader, reading and writing of tags is possible. Upon successful detection, a call to nfc_get_event_type() returns NFC_TAG_READWRITE_EVENT.