nfc_se_transaction_get_event_data()

Retrieve a pointer to the event data from the transaction.

Synopsis:

#include "nfc/nfc_se_transaction.h"
 
NFC_API const uint8_t* nfc_se_transaction_get_event_data(nfc_se_transaction_t *transaction)

Since:

BlackBerry 10.0.0

Arguments:

transaction

The transaction to retrieve event data from.

Library:

libnfc (For the qcc command, use the -l nfc option to link against this library)

Description:

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().

Returns:

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.