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

Dependents:   class_project_main

Revision:
6:124a01eaf569
Parent:
5:728b5d58e135
Child:
7:c3a16a61643f
--- a/USBHostPTP.h	Thu Aug 29 03:48:07 2013 +0000
+++ b/USBHostPTP.h	Thu Aug 29 19:19:37 2013 +0000
@@ -345,6 +345,7 @@
      * @return  void
      */
     void DumpObjectInfo(void);
+    PIMAContainer      dataContainer;
 
 protected:
     //From IUSBEnumerator
@@ -367,7 +368,7 @@
     
     PIMAContainer      commandContainer;
     PIMAContainer      responseContainer;
-    PIMAContainer      dataContainer;
+    //PIMAContainer      dataContainer;
     PIMAContainer      eventContainer;
     uint32_t           transactionCnt;
     uint32_t           sessionID;