libnfc  1.4.2
pn531_usb.h
Go to the documentation of this file.
1 
24 #ifndef __NFC_DRIVER_PN531_USB_H__
25 # define __NFC_DRIVER_PN531_USB_H__
26 
27 # define PN531_USB_DRIVER_NAME "PN531_USB"
28 
29 // Functions used by developer to handle connection to this device
30 nfc_device_t *pn531_usb_connect (const nfc_device_desc_t * pndd);
31 bool pn531_usb_list_devices (nfc_device_desc_t pnddDevices[], size_t szDevices, size_t * pszDeviceFound);
32 nfc_device_desc_t *pn531_usb_pick_device (void);
33 
34 #endif // ! __NFC_DRIVER_PN531_USB_H__