]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdmain.h
Add option -h to dump complete set of supported commands
[proxmark3-svn] / client / cmdmain.h
index edd0205f73b9e61de83fd19e26dd08db9c012283..ce4130bb5097d83c9cebc5776ebb2e5329312f47 100644 (file)
@@ -15,6 +15,7 @@
 
 void UsbCommandReceived(UsbCommand *UC);
 void CommandReceived(char *Cmd);
-void WaitForResponse(uint32_t response_type);
-
+bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout);
+bool WaitForResponse(uint32_t cmd, UsbCommand* response);
+void clearCommandBuffer();
 #endif
Impressum, Datenschutz