Dmitry Pakhomenko / VodafoneUSBModem

Dependencies:   Socket USBHostWANDongle lwip-sys lwip

Fork of VodafoneUSBModem by mbed official

Revision:
0:3b2f052c333b
diff -r 000000000000 -r 3b2f052c333b main/if/info/DongleDeviceInfo.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main/if/info/DongleDeviceInfo.h	Thu May 24 16:40:40 2012 +0000
@@ -0,0 +1,19 @@
+/*
+ * DongleDeviceInfo.h
+ *
+ *  Created on: 16 déc. 2011
+ *      Author: Donatien
+ */
+
+#ifndef DONGLEDEVICEINFO_H_
+#define DONGLEDEVICEINFO_H_
+
+#include "core/fwk.h"
+#include "drv/modemtransport/ModemTransport.h"
+
+class DongleDeviceInfo : protected ModemTransportUser
+{
+
+};
+
+#endif /* DONGLEDEVICEINFO_H_ */