]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdlft55xx.h
CHG: rename of methods to follow naming convention
[proxmark3-svn] / client / cmdlft55xx.h
CommitLineData
e98300f2 1//-----------------------------------------------------------------------------\r
2//\r
3// This code is licensed to you under the terms of the GNU GPL, version 2 or,\r
4// at your option, any later version. See the LICENSE.txt file for the text of\r
5// the license.\r
6//-----------------------------------------------------------------------------\r
7// Low frequency T55xx commands\r
8//-----------------------------------------------------------------------------\r
9\r
10#ifndef CMDLFT55XX_H__\r
11#define CMDLFT55XX_H__\r
12\r
13int CmdLFT55XX(const char *Cmd);\r
83a42ef9 14int CmdT55xxSetConfig(const char *Cmd);\r
33add187 15int CmdT55xxReadBlock(const char *Cmd);\r
16int CmdT55xxWriteBlock(const char *Cmd);\r
17int CmdT55xxReadTrace(const char *Cmd);\r
18int CmdT55xxInfo(const char *Cmd);\r
19int CmdT55xxDetect(const char *Cmd);\r
83a42ef9 20\r
f6c18637 21char * GetBitRateStr(uint32_t id);\r
22char * GetSaferStr(uint32_t id);\r
23char * GetModulationStr( uint32_t id);\r
24uint32_t PackBits(uint8_t start, uint8_t len, uint8_t* bitstream);\r
33add187 25void printT55xxBlock(const char *demodStr);\r
26void DecodeT55xxBlock();\r
27bool tryDetectModulation();\r
3e4811c8 28bool test();\r
e98300f2 29#endif\r
Impressum, Datenschutz