nfc_se_free_transaction()

Free a transaction allocated with the nfc_se_parse_transaction function.

Synopsis:

#include "nfc/nfc_se_transaction.h"
 
NFC_API void nfc_se_free_transaction(nfc_se_transaction_t *transaction)

Since:

BlackBerry 10.0.0

Arguments:

transaction

The nfc_se_transaction_t value that is to be released.

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.

Returns:

None.