textual
[RRG-proxmark3.git] / client / src / cmdlfvisa2000.h
blob85e7213578e0d18d3148e21b9e99cfdf5b9781c8
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 visa 2000 commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFVISA2000_H__
10 #define CMDLFVISA2000_H__
12 #include "common.h"
14 int CmdLFVisa2k(const char *Cmd);
16 int getvisa2kBits(uint64_t fullcode, uint8_t *bits);
17 int demodVisa2k(bool verbose);
18 int detectVisa2k(uint8_t *dest, size_t *size);
20 #endif