nfc_stop_iso14443_4_emulation()
Stop an ISO 14443-4 emulation.
Synopsis:
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_stop_iso14443_4_emulation()
Arguments:
Library:
libnfcDescription:
The nfc_stop_iso14443_4_emulation() function stops ISO 14443-4 emulation and destroys any information stored within the service for the calling application. If an application exits without calling this function then the NFC service automatically stops emulation.
Returns:
NFC_RESULT_SUCCESS, or one of the following:
- NFC_RESULT_OPERATION_REJECTED: ISO 14443-4 emulation is not in progress
- NFC_RESULT_SERVICE_CONNECTION_ERROR: The application is not connected to the NFC system.