Receive NFC events.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_read_event(int fd, nfc_event_t **event)
BlackBerry 10.0.0
The file descriptor retrieved using the nfc_get_fd() function call.
The output NFC event. The event shall be disposed through the nfc_free_event() function only when this function returns NFC_RESULT_SUCCESS.
This function receives the nfc_event_t from the NFC system.