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