nfc_se_parse_transaction()

This function has been deprecated.

Synopsis:

#include "nfc/nfc_se_transaction.h"
 
NFC_API nfc_result_t nfc_se_parse_transaction(nfc_se_transaction_t **transaction, const char *transactionData)

Since:

BlackBerry 10.0.0

Arguments:

transaction

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.

transactionData

The transaction data to be parsed.

Library:

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

Description:

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.

Returns:

NFC_RESULT_SUCCESS if the transaction is parsed successfully; otherwise, one of the following values is returned: