New str_nfc_target() function in API.
This allow to convert a nfc_target struct into allocated string.
This commit is contained in:
parent
82e3416619
commit
310d7eba07
13 changed files with 726 additions and 622 deletions
|
|
@ -93,15 +93,6 @@ void print_hex(const uint8_t *pbtData, const size_t szLen);
|
|||
void print_hex_bits(const uint8_t *pbtData, const size_t szBits);
|
||||
void print_hex_par(const uint8_t *pbtData, const size_t szBits, const uint8_t *pbtDataPar);
|
||||
|
||||
void print_nfc_iso14443a_info(const nfc_iso14443a_info nai, bool verbose);
|
||||
void print_nfc_iso14443b_info(const nfc_iso14443b_info nbi, bool verbose);
|
||||
void print_nfc_iso14443bi_info(const nfc_iso14443bi_info nii, bool verbose);
|
||||
void print_nfc_iso14443b2sr_info(const nfc_iso14443b2sr_info nsi, bool verbose);
|
||||
void print_nfc_iso14443b2ct_info(const nfc_iso14443b2ct_info nci, bool verbose);
|
||||
void print_nfc_felica_info(const nfc_felica_info nfi, bool verbose);
|
||||
void print_nfc_jewel_info(const nfc_jewel_info nji, bool verbose);
|
||||
void print_nfc_dep_info(const nfc_dep_info ndi, bool verbose);
|
||||
|
||||
void print_nfc_target(const nfc_target nt, bool verbose);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue