textual
[RRG-proxmark3.git] / client / src / cmdlfpac.h
blob107280cdf8729ed5caf578bda46f21117ec6e415
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 CMDLFPAC_H__
10 #define CMDLFPAC_H__
12 #include "common.h"
14 int CmdLFPac(const char *Cmd);
16 int demodPac(bool verbose);
17 int detectPac(uint8_t *dest, size_t *size, bool *invert);
18 #endif