]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdlfpac.h
T55xx downlink Modes
[proxmark3-svn] / client / cmdlfpac.h
CommitLineData
69f42a05 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 Securakey tag commands
8//-----------------------------------------------------------------------------
9#ifndef CMDLFPAC_H__
10#define CMDLFPAC_H__
11
12extern int CmdLFPac(const char *Cmd);
13extern int CmdPacRead(const char *Cmd);
14extern int CmdPacDemod(const char *Cmd);
15
16#endif
17
Impressum, Datenschutz