proxmark3/client/src/cmdlfio.h

15 lines
330 B
C
Raw Normal View History

// Low frequency Kantech IOProx commands
//-----------------------------------------------------------------------------
#ifndef CMDLFIO_H__
#define CMDLFIO_H__
#include "common.h"
2019-04-06 06:38:22 +08:00
int CmdLFIO(const char *Cmd);
2020-09-28 17:50:20 +08:00
int demodIOProx(bool verbose);
int getIOProxBits(uint8_t version, uint8_t fc, uint16_t cn, uint8_t *bits);
2014-03-21 15:51:51 +08:00
#endif