nfc_se_transaction_get_se_type()

Retrieve the type of secure element the specified transaction occurs on.

Synopsis:

#include "nfc/nfc_se_transaction.h"
 
NFC_API secure_element_id_type_t nfc_se_transaction_get_se_type(nfc_se_transaction_t *transaction)

Since:

BlackBerry 10.0.0

Arguments:

transaction

The transaction whose secure element type 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 type of secure element the specified transaction occurs on.