mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-21 22:16:16 +00:00
New str_nfc_target() function in API.
This allow to convert a nfc_target struct into allocated string.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user