textual
[RRG-proxmark3.git] / client / src / cmdlfdestron.h
blobd154e36b6664aae055f60355be4ab5e6b55dc06e
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 FDX-A FECAVA Destron tag commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFDESTRON_H__
10 #define CMDLFDESTRON_H__
12 #include "common.h"
14 int CmdLFDestron(const char *Cmd);
15 int detectDestron(uint8_t *dest, size_t *size);
16 int demodDestron(bool verbose);
17 int readDestronUid(void);
18 #endif