Free a transaction allocated with the nfc_se_parse_transaction function.
#include "nfc/nfc_se_transaction.h"
NFC_API void nfc_se_free_transaction(nfc_se_transaction_t *transaction)
BlackBerry 10.0.0
The nfc_se_transaction_t value that is to be released.
Passing a value of NULL as an argument is not supported.
None.