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

Method begin

Arduino/libraries/Ethernet2/src/Dns.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49#define INVALID_RESPONSE -4
50
51void DNSClient::begin(const IPAddress& aDNSServer)
52{
53 iDNSServer = aDNSServer;
54 iRequestId = 0;
55}
56
57
58int DNSClient::inet_aton(const char* aIPAddrString, IPAddress& aResult)

Callers 4

connectMethod · 0.45
getHostByNameMethod · 0.45
request_DHCP_leaseMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected