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.
Fork of EthernetNetIf by
Revision 6:5ff4a18d103e, committed 2014-09-29
- Comitter:
- wellmon7
- Date:
- Mon Sep 29 23:43:13 2014 +0000
- Parent:
- 5:bc7df6da7589
- Commit message:
- I don't know what this is asking for...we made slight changes to make the router and mbed applicable
Changed in this revision
| LPC1768/if/eth/EthernetNetIf.h | Show annotated file Show diff for this revision Revisions of this file |
| LPC1768/if/net/netif.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r bc7df6da7589 -r 5ff4a18d103e LPC1768/if/eth/EthernetNetIf.h
--- a/LPC1768/if/eth/EthernetNetIf.h Thu Aug 05 15:09:22 2010 +0000
+++ b/LPC1768/if/eth/EthernetNetIf.h Mon Sep 29 23:43:13 2014 +0000
@@ -34,6 +34,8 @@
#include "if/lwip/LwipNetIf.h"
+
+
///Ethernet network interface return codes
enum EthernetErr
{
@@ -82,6 +84,7 @@
IpAddr m_netmask;
IpAddr m_gateway;
+
const char* m_hostname;
};
diff -r bc7df6da7589 -r 5ff4a18d103e LPC1768/if/net/netif.h --- 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; };
