nfc_se_transaction_get_number_of_aids()

Retrieve the number of application identifiers (AIDs) involved in the transaction.

Synopsis:

#include "nfc/nfc_se_transaction.h"
 
NFC_API unsigned int nfc_se_transaction_get_number_of_aids(nfc_se_transaction_t *transaction)

Since:

BlackBerry 10.0.0

Arguments:

transaction

The transaction whose number of AIDs is being queried.

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:

The number of AIDs involved in the specified transaction.