mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-19 08:16:35 +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:
@@ -123,7 +123,7 @@ extern "C" {
|
||||
/* String converter functions */
|
||||
NFC_EXPORT const char *str_nfc_modulation_type(const nfc_modulation_type nmt);
|
||||
NFC_EXPORT const char *str_nfc_baud_rate(const nfc_baud_rate nbr);
|
||||
|
||||
NFC_EXPORT int str_nfc_target(char **buf, const nfc_target nt, bool verbose);
|
||||
|
||||
/* Error codes */
|
||||
/** @ingroup error
|
||||
|
||||
Reference in New Issue
Block a user