USB Host Library for Sprint Dongles

Dependencies:   Socket USBHostWANDongleSprint lwip-sys lwip

Dependents:   SprintUSBModemWebsocketTest SprintUSBModemHTTPClientTest SprintUSBModemNTPClientTest SprintUSBModemSMSTest ... more

Fork of SprintUSBModem_bleedingedge by Donatien Garnier

Revision:
2:f4d9c4ea17f9
Parent:
0:8f57713b2147
--- a/ip/IPInterface.cpp	Wed Sep 12 09:46:58 2012 +0000
+++ b/ip/IPInterface.cpp	Wed Sep 26 07:08:18 2012 +0000
@@ -24,7 +24,7 @@
 #include <cstring> //For strcpy
 
 
-IPInterface::IPInterface()
+IPInterface::IPInterface() : m_connected(false)
 {
 
 }