Dispose of an NFC event structure.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_free_event(nfc_event_t *event)
BlackBerry 10.0.0
The NFC event to be disposed of.
This function disposes of the nfc_event_t structure after the NFC event has been handled. This function must be called for each nfc_event_t received from the NFC system through nfc_read_event().
NFC_RESULT_SUCCESS, or NFC_RESULT_INVALID_PARAMETER, which indicates that an invalid argument was passed to the function.