nfc_unregister_field_events()
Unregister from receiving field events.
Synopsis:
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_unregister_field_events(void)
Arguments:
Library:
libnfcDescription:
This function unregisters from field events.
Returns:
NFC_RESULT_SUCCESS, or one of the following:
- NFC_RESULT_OPERATION_REJECTED: An attempt was made to unregister when not registered to the field event.
- NFC_RESULT_SERVICE_CONNECTION_ERROR: The application is not connected to the NFC system.