|
libnfc 1.8.0
|
Functions | |
| const char * | str_nfc_baud_rate (const nfc_baud_rate nbr) |
| Convert nfc_baud_rate value to string. | |
| const char * | str_nfc_modulation_type (const nfc_modulation_type nmt) |
| Convert nfc_modulation_type value to string. | |
| int | str_nfc_target (char **buf, const nfc_target *pnt, bool verbose) |
| Convert nfc_target content to string. | |
The functionnality documented below allow to retreive some information in text format.
| const char * str_nfc_baud_rate | ( | const nfc_baud_rate | nbr | ) |
Convert nfc_baud_rate value to string.
| nbr | nfc_baud_rate to convert |
| const char * str_nfc_modulation_type | ( | const nfc_modulation_type | nmt | ) |
Convert nfc_modulation_type value to string.
| nmt | nfc_modulation_type to convert |
| int str_nfc_target | ( | char ** | buf, |
| const nfc_target * | pnt, | ||
| bool | verbose ) |
Convert nfc_target content to string.
| pnt | nfc_target struct pointer to print |
| buf | pointer where string will be allocated, then nfc target information printed |
| verbose | false for essential, true for detailed, human-readable, information |