]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdlft55xx.h
Merge branch 'master' of https://github.com/Proxmark/proxmark3
[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
14\r
15int CmdReadBlk(const char *Cmd);\r
e98300f2 16int CmdWriteBlk(const char *Cmd);\r
e98300f2 17int CmdReadTrace(const char *Cmd);\r
f6c18637 18int CmdInfo(const char *Cmd);\r
7bd30f12 19int CmdIceFsk(const char *Cmd);\r
fbceacc5 20int CmdIceManchester(const char *Cmd);\r
72e930ef 21int ManchesterDemod(int block);\r
f6c18637 22char * GetBitRateStr(uint32_t id);\r
23char * GetSaferStr(uint32_t id);\r
24char * GetModulationStr( uint32_t id);\r
25uint32_t PackBits(uint8_t start, uint8_t len, uint8_t* bitstream);\r
4e7af352 26bool tryDemod(uint8_t bits[], uint32_t bitlen);\r
27bool analyseDemod( int errCnt, size_t bitlen, uint8_t clock, uint8_t invert);\r
e98300f2 28#endif\r
Impressum, Datenschutz