pub unsafe extern "C" fn nfc_scanner_start(
instance: *mut NfcScanner,
callback: NfcScannerCallback,
context: *mut c_void,
)Expand description
Start an NfcScanner.
ยงArguments
instance(direction in, out) - pointer to the instance to be started.callback(direction in) - pointer to the callback function (will be called upon a detection event).context(direction in) - pointer to the caller-specific context (will be passed to the callback).