Network Component   Version 8.0.0
MDK Middleware for IPv4 and IPv6 Networking
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
Enumerations

Enumerations of the DNS Client. More...

Enumerations

enum  netDNSc_Event {
  netDNSc_EventSuccess = 0 ,
  netDNSc_EventTimeout ,
  netDNSc_EventNotResolved ,
  netDNSc_EventError
}
 DNS Client Callback Events. More...
 

Description

Enumerations of the DNS Client.

Enumeration Type Documentation

◆ netDNSc_Event

DNS Client Callback Events.

Parameter for:

Enumerator
netDNSc_EventSuccess 

Host name successfully resolved.

netDNSc_EventTimeout 

Timeout resolving host.

netDNSc_EventNotResolved 

DNS Error, no such name.

netDNSc_EventError 

Erroneous response packet.