|
libnfc 1.8.0
|
Functions | |
| const char * | nfc_version (void) |
| Returns the library version. | |
| void | nfc_free (void *p) |
| Free buffer allocated by libnfc. | |
| int | nfc_device_get_information_about (nfc_device *pnd, char **buf) |
| Print information about NFC device. | |
| int nfc_device_get_information_about | ( | nfc_device * | pnd, |
| char ** | buf ) |
Print information about NFC device.
| pnd | nfc_device struct pointer that represent currently used device |
| buf | pointer where string will be allocated, then information printed |
| void nfc_free | ( | void * | p | ) |
| const char * nfc_version | ( | void | ) |
Returns the library version.
| pnd | nfc_device struct pointer that represent currently used device |