Functions in nfc_se_transaction.h
Functions in nfc_se_transaction.h.
Related links
- nfc_se_transaction.h
Functions to parse and process transaction notifications from the secure elements (SEs) on the device.
- nfc_se_free_transaction()
Free a transaction allocated with the nfc_se_parse_transaction() function.
- nfc_se_parse_transaction()
Parse a transaction into a nfc_se_transaction_t*.
- nfc_se_transaction_get_aid()
Retrieve an AID used in a transaction.
- nfc_se_transaction_get_event_data()
Retrieve a pointer to the event data from the transaction.
- nfc_se_transaction_get_event_data_length()
Retrieve the length of the event data from the transaction.
- nfc_se_transaction_get_number_of_aids()
Retrieve the number of application identifiers (AIDs) involved in the transaction.
- nfc_se_transaction_get_protocol()
Retrieve the protocol used to perform the transaction.
- nfc_se_transaction_get_se_type()
Retrieve the type of secure element the specified transaction occurs on.
- nfc_se_transaction_foreground_application()
Bring the current application to the foreground.