Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielOgorchock/ST_Anything
/ subnetMask
Method
subnetMask
Arduino/libraries/Ethernet2/src/Ethernet2.cpp:182–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
IPAddress EthernetClass::subnetMask()
183
{
184
IPAddress ret;
185
w5500.getSubnetMask(ret.raw_address());
186
return ret;
187
}
188
189
IPAddress EthernetClass::gatewayIP()
190
{
Callers
nothing calls this directly
Calls
1
getSubnetMask
Method · 0.80
Tested by
no test coverage detected