pub unsafe extern "C" fn nfc_poller_stop(instance: *mut NfcPoller)Expand description
Stop an NfcPoller instance.
The reading process can be stopped explicitly (the other way is via the callback return value).
ยงArguments
instance(direction in, out) - pointer to the instance to be stopped.