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: lwip-eth lwip-sys lwip
Fork of LWIPInterface by
Diff: LWIPInterface.h
- 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);