hf 14b info - now supports aidsearch

This commit is contained in:
iceman1001
2020-12-18 22:05:16 +01:00
parent 3347c6ab87
commit 15e171b09d
3 changed files with 133 additions and 19 deletions

View File

@@ -17,6 +17,6 @@ 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);
int infoHF14B(bool verbose, bool do_aid_search);
int readHF14B(bool verbose);
#endif