libnfc  1.4.2
pn533_usb.h
Go to the documentation of this file.
1 
24 #ifndef __NFC_DRIVER_PN533_USB_H__
25 # define __NFC_DRIVER_PN533_USB_H__
26 
27 # define PN533_USB_DRIVER_NAME "PN533_USB"
28 
29 // Functions used by developer to handle connection to this device
30 nfc_device_t *pn533_usb_connect (const nfc_device_desc_t * pndd);
31 void pn533_usb_init (nfc_device_t * pnd);
32 bool pn533_usb_list_devices (nfc_device_desc_t pnddDevices[], size_t szDevices, size_t * pszDeviceFound);
33 nfc_device_desc_t *pn533_usb_pick_device (void);
34 
35 #endif // ! __NFC_DRIVER_PN533_USB_H__