NetworkSocketAPI
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: NetworkInterface.cpp
- Revision:
- 60:0360cb987da3
- Parent:
- 59:badee747a030
--- a/NetworkInterface.cpp Thu Feb 25 21:52:57 2016 -0600 +++ b/NetworkInterface.cpp Thu Feb 25 22:02:08 2016 -0600 @@ -15,29 +15,8 @@ */ #include "NetworkInterface.h" -#include "UDPSocket.h" #include "DnsQuery.h" -#include <string.h> - -const char *NetworkInterface::getIPAddress() -{ - return 0; -} -const char *NetworkInterface::getNetworkMask() -{ - return 0; -} - -const char *NetworkInterface::getGateway() -{ - return 0; -} - -const char *NetworkInterface::getMACAddress() -{ - return 0; -} bool NetworkInterface::isConnected() {