]>
git.zerfleddert.de Git - proxmark3-svn/blob - client/proxusb.h
5 typedef DWORD
uint32_t;
16 extern unsigned char return_on_error
;
17 extern unsigned char error_occured
;
19 void SendCommand(UsbCommand
*c
);
20 bool ReceiveCommandPoll(UsbCommand
*c
);
21 void ReceiveCommand(UsbCommand
*c
);
22 usb_dev_handle
* FindProxmark(int verbose
, unsigned int *iface
);
23 usb_dev_handle
* OpenProxmark(int verbose
);
24 usb_dev_handle
* OpenProxmark(int verbose
);
25 void CloseProxmark(void);