nfcDiscoverDevicesStop()
The function nfcDiscoverDevicesStop() stops a running NFC (Nearfield communication) discovery.
Synopsis
int nfcDiscoverDevicesStop();
Return value
The function nfcDiscoverDevicesStop returns 0 if a running NFC discovery was stopped.
It returns -1 if the function nfcDiscoverDevicesStart() was not called in the same script (discovery is not running).
Description
The function nfcDiscoverDevicesStop() stops a running NFC (Nearfield communication) discovery. For an example, see nfcDiscoverDevicesStart().
NFC is only available for mobile UI on Android and for UI on Linux. NFC is not available for Windows.
Assignment
Communication functions
Availability
UI