hf 14b reader - now supports continuous mode

This commit is contained in:
iceman1001
2021-04-15 22:06:17 +02:00
parent 786858aa6c
commit 9c35896162
2 changed files with 32 additions and 20 deletions

View File

@@ -18,5 +18,5 @@ int CmdHF14B(const char *Cmd);
int exchange_14b_apdu(uint8_t *datain, int datainlen, bool activate_field, bool leave_signal_on, uint8_t *dataout, int maxdataoutlen, int *dataoutlen, int user_timeout);
int infoHF14B(bool verbose, bool do_aid_search);
int readHF14B(bool verbose);
int readHF14B(bool loop, bool verbose);
#endif