textual
[RRG-proxmark3.git] / client / src / cmdlfcotag.h
blob4ebacc37e33f83e74fa4f2bc9e987dcff3de56f7
1 //-----------------------------------------------------------------------------
2 // Iceman
3 //
4 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
5 // at your option, any later version. See the LICENSE.txt file for the text of
6 // the license.
7 //-----------------------------------------------------------------------------
8 // Low frequency COTAG commands
9 //-----------------------------------------------------------------------------
11 #ifndef CMDLFCOTAG_H__
12 #define CMDLFCOTAG_H__
14 #include "common.h"
16 #ifndef COTAG_BITS
17 #define COTAG_BITS 264
18 #endif
20 int CmdLFCOTAG(const char *Cmd);
21 int demodCOTAG(bool verbose);
22 int readCOTAGUid(void);
23 #endif