Implementation of the NetworkSocketAPI for LWIP

Dependencies:   lwip-eth lwip-sys lwip

Dependents:   HelloLWIPInterface HelloLWIPInterfaceNonBlocking LWIPInterfaceTests SimpleHTTPExample ... more

Revision:
5:2c7d2186543c
Parent:
4:a7349bd7776c
Child:
7:08d5a40ae448
--- a/LWIPInterface.h	Mon Feb 29 23:01:54 2016 +0000
+++ b/LWIPInterface.h	Wed Mar 02 17:21:54 2016 +0000
@@ -33,6 +33,7 @@
     virtual int32_t disconnect();
 
     // Implementation of NetworkInterface
+    virtual const char *getIPAddress();
     virtual const char *getMACAddress();
 
     virtual SocketInterface *createSocket(ns_protocol_t proto);