Parse a transaction into a nfc_se_transaction_t*.
#include "nfc/nfc_se_transaction.h"
NFC_API nfc_result_t nfc_se_parse_transactionV2(nfc_se_transaction_t **transaction, const char *transactionData, int64_t sourceGid)
BlackBerry 10.3.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. You must call nfc_se_free_transaction() to free the memory associated with this transaction.
The transaction data to be parsed.
The group ID (GID) of the source process that sent the transaction notification. This function verifies the source and returns an error if it is not the NFC service.
This function parses the passed-in transaction data and returns a handle to the transaction argument.
You cannot pass a value of NULL as an argument.