MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / localIP

Method localIP

Arduino/libraries/Ethernet2/src/Ethernet2.cpp:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175IPAddress EthernetClass::localIP()
176{
177 IPAddress ret;
178 w5500.getIPAddress(ret.raw_address());
179 return ret;
180}
181
182IPAddress EthernetClass::subnetMask()
183{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected