Changes to support Vodafone K4606

Dependencies:   Socket USBHostWANDongle lwip-sys lwip

Fork of VodafoneUSBModem by mbed official

Revision:
92:ed0443728c60
Parent:
85:d74a2a9d2b01
--- a/VodafoneUSBModem.h	Fri Sep 20 10:40:58 2013 +0000
+++ b/VodafoneUSBModem.h	Wed Jan 29 14:43:29 2014 +0000
@@ -103,6 +103,11 @@
     @return 0 on success, error code on failure
   */
   int power(bool enable);
+  
+  /** Get the IP address of a connected device
+      @return A pointer to a string containing the IP address.
+  */
+  char* getIPAddress();
 
 protected:
   bool power(); //< Turn power to USB dongle ON.