Flipper Zero Firmware
Loading...
Searching...
No Matches
lfrfid_worker_i.h File Reference

lfrfid worker, internal definitions More...

#include <furi.h>
#include "lfrfid_worker.h"
#include "lfrfid_raw_worker.h"
#include "protocols/lfrfid_protocols.h"

Go to the source code of this file.

Data Structures

struct  LFRFIDWorkerModeType
 
struct  LFRFIDWorker
 

Enumerations

enum  LFRFIDWorkerMode {
  LFRFIDWorkerIdle , LFRFIDWorkerRead , LFRFIDWorkerWrite , LFRFIDWorkerEmulate ,
  LFRFIDWorkerReadRaw , LFRFIDWorkerEmulateRaw
}
 

Functions

bool lfrfid_worker_check_for_stop (LFRFIDWorker *worker)
 Check for stop flag.
 

Variables

const LFRFIDWorkerModeType lfrfid_worker_modes []
 

Detailed Description

lfrfid worker, internal definitions

Function Documentation

◆ lfrfid_worker_check_for_stop()

bool lfrfid_worker_check_for_stop ( LFRFIDWorker * worker)

Check for stop flag.

Parameters
worker
Returns
bool