libnfc
1.7.0-rc7
|
Functions | |
const char * | nfc_version (void) |
Returns the library version. More... | |
void | nfc_free (void *p) |
Free buffer allocated by libnfc. More... | |
int | nfc_device_get_information_about (nfc_device *pnd, char **buf) |
Print information about NFC device. More... | |
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 |