pub unsafe extern "C" fn lfrfid_raw_worker_start_emulate(
worker: *mut LFRFIDRawWorker,
file_path: *const c_char,
callback: LFRFIDWorkerEmulateRawCallback,
context: *mut c_void,
)Expand description
Start emulate
ยงArguments
worker- LFRFIDRawWorker instancefile_path- path to file that will be emulatedcallback- callback for emulate eventcontext- context for callback