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

Method getSubnetMask

Arduino/libraries/Ethernet2/src/Dhcp.cpp:479–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479IPAddress DhcpClass::getSubnetMask()
480{
481 return IPAddress(_dhcpSubnetMask);
482}
483
484IPAddress DhcpClass::getGatewayIp()
485{

Callers 3

beginMethod · 0.80
maintainMethod · 0.80
subnetMaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected