This function has been deprecated.
#include "nfc/nfc_se_transaction.h"
NFC_API nfc_result_t nfc_se_parse_transaction(nfc_se_transaction_t **transaction, const char *transactionData)
BlackBerry 10.0.0
A pointer that is updated to a nfc_se_transaction_t value. This pointer is set to NULL if an error occurs while parsing the transaction. The memory associated with the transaction must be freed by calling the nfc_se_free_transaction() function.
The transaction data to be parsed.
Deprecated:
Deprecated in BlackBerry 10.3.0.
Use nfc_se_parse_transactionV2() instead.This function parses the passed-in transaction data and returns a handle to the transaction argument.
Passing a value of NULL as an argument is not supported.