textual
[RRG-proxmark3.git] / client / src / cmdlfkeri.h
blob210eb23f276273c31a20f46313e1957c96f21f25
1 //-----------------------------------------------------------------------------
2 //
3 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
4 // at your option, any later version. See the LICENSE.txt file for the text of
5 // the license.
6 //-----------------------------------------------------------------------------
7 // Low frequency Stanley/PAC tag commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFKERI_H__
10 #define CMDLFKERI_H__
12 #include "common.h"
14 int CmdLFKeri(const char *Cmd);
16 int demodKeri(bool verbose);
17 int detectKeri(uint8_t *dest, size_t *size, bool *invert);
19 #endif