Callback types and texts

Macros

#define GETDNS_CALLBACK_COMPLETE_TEXT   "The response has the requested data in it"
 
#define GETDNS_CALLBACK_CANCEL_TEXT   "The calling program cancelled the callback; response is NULL"
 
#define GETDNS_CALLBACK_TIMEOUT_TEXT   "The requested action timed out; response is filled in with empty structures"
 
#define GETDNS_CALLBACK_ERROR_TEXT   "The requested action had an error; response is NULL"
 

Typedefs

typedef enum getdns_callback_type_t getdns_callback_type_t
 

Enumerations

enum  getdns_callback_type_t { GETDNS_CALLBACK_COMPLETE = 700 , GETDNS_CALLBACK_CANCEL = 701 , GETDNS_CALLBACK_TIMEOUT = 702 , GETDNS_CALLBACK_ERROR = 703 }
 

Detailed Description

Macro Definition Documentation

◆ GETDNS_CALLBACK_COMPLETE_TEXT

#define GETDNS_CALLBACK_COMPLETE_TEXT   "The response has the requested data in it"

Definition at line 292 of file getdns.h.

◆ GETDNS_CALLBACK_CANCEL_TEXT

#define GETDNS_CALLBACK_CANCEL_TEXT   "The calling program cancelled the callback; response is NULL"

Definition at line 293 of file getdns.h.

◆ GETDNS_CALLBACK_TIMEOUT_TEXT

#define GETDNS_CALLBACK_TIMEOUT_TEXT   "The requested action timed out; response is filled in with empty structures"

Definition at line 294 of file getdns.h.

◆ GETDNS_CALLBACK_ERROR_TEXT

#define GETDNS_CALLBACK_ERROR_TEXT   "The requested action had an error; response is NULL"

Definition at line 295 of file getdns.h.

Typedef Documentation

◆ getdns_callback_type_t

Enumeration Type Documentation

◆ getdns_callback_type_t

Enumerator
GETDNS_CALLBACK_COMPLETE 
GETDNS_CALLBACK_CANCEL 
GETDNS_CALLBACK_TIMEOUT 
GETDNS_CALLBACK_ERROR 

Definition at line 285 of file getdns.h.