2#include <toolbox/protocols/protocol.h>
3#include "../tools/t5577.h"
6 LFRFIDFeatureASK = 1 << 0,
7 LFRFIDFeaturePSK = 1 << 1,
12 LFRFIDProtocolEM410032,
13 LFRFIDProtocolEM410016,
14 LFRFIDProtocolElectra,
17 LFRFIDProtocolIndala26,
18 LFRFIDProtocolIOProxXSF,
22 LFRFIDProtocolHidGeneric,
23 LFRFIDProtocolHidExGeneric,
24 LFRFIDProtocolPyramid,
26 LFRFIDProtocolJablotron,
27 LFRFIDProtocolParadox,
28 LFRFIDProtocolPACStanley,
30 LFRFIDProtocolGallagher,
31 LFRFIDProtocolNexwatch,
32 LFRFIDProtocolSecurakey,
33 LFRFIDProtocolGProxII,
44 LFRFIDWriteType write_type;
Definition lfrfid_protocols.h:43