Retrieve the associated value from an NFC notification event.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_get_notification_value(nfc_event_t *event, unsigned int *event_value)
BlackBerry 10.0.0
The NFC event to get the from.
The extra value that might be associated with different NFC notification events.
This function gets a value from the NFC notification event if there is an associated value. Not all event types may have an associated value. Refer to nfc_event_type_t for events which have associated values.
NFC_RESULT_SUCCESS, or NFC_RESULT_INVALID_PARAMETER, which indicates that an invalid argument was passed to the function.