Serves a webpage and saves the user entered data in a .txt file all on the MBED
Fork of EthernetNetIf by
Diff: LPC1768/if/net/netif.h
- Revision:
- 6:5ff4a18d103e
- Parent:
- 5:bc7df6da7589
--- a/LPC1768/if/net/netif.h Thu Aug 05 15:09:22 2010 +0000 +++ b/LPC1768/if/net/netif.h Mon Sep 29 23:43:13 2014 +0000 @@ -57,7 +57,7 @@ //!Returns the IP of the interface once it's connected IpAddr getIp() const; -protected: +public: IpAddr m_ip; };