Retrieve a pointer to the event data from the transaction.
#include "nfc/nfc_se_transaction.h"
NFC_API const uint8_t* nfc_se_transaction_get_event_data(nfc_se_transaction_t *transaction)
BlackBerry 10.0.0
The transaction to retrieve event data from.
Passing a value of NULL as an argument is not supported. You can determine the length of the data returned by calling nfc_se_transaction_get_event_data_length().
A pointer to the event data; NULL if no event data is available. Event data is optional, so data may not be available for all transactions.