Library to allo USB PTP device to be hosted by the mbed platform

Dependents:   class_project_main

Revision:
9:961c3357504d
Parent:
7:c3a16a61643f
Child:
10:fc1cb68fc91e
diff -r 5f6024e68aa7 -r 961c3357504d USBHostPTP.h
--- a/USBHostPTP.h	Tue Sep 03 07:08:56 2013 +0000
+++ b/USBHostPTP.h	Tue Sep 10 07:40:44 2013 +0000
@@ -390,6 +390,7 @@
                                  OperFlags *operationFlags,
                                  uint32_t *parameters);
     bool RecieveDataContainer(void *dataHandlerFunctionCastToVoid, uint16_t *responseCode);
+    bool SendDataContainer(void *dataGeneratorFunctionCastToVoid, uint16_t *responseCode);
     uint16_t Transaction(uint16_t operationCode, OperFlags *flags, uint32_t *params = NULL, void *pVoid = NULL);
 
 };