textual
[RRG-proxmark3.git] / client / src / cmdlfnexwatch.h
blob2144db9b187cdeae48f955e63a0e3764de0527fe
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 Honeywell NexWatch tag commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFNEXWATCH_H__
10 #define CMDLFNEXWATCH_H__
12 #include "common.h"
14 int CmdLFNEXWATCH(const char *Cmd);
16 int demodNexWatch(bool verbose);
17 int detectNexWatch(uint8_t *dest, size_t *size, bool *invert);
18 #endif