Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Socket USBHostWANDongle lwip-sys lwip
Fork of VodafoneUSBModem by
Diff: main/if/info/DongleDeviceInfo.h
- 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_ */
