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" |
◆ GETDNS_CALLBACK_CANCEL_TEXT
#define GETDNS_CALLBACK_CANCEL_TEXT "The calling program cancelled the callback; response is NULL" |
◆ GETDNS_CALLBACK_TIMEOUT_TEXT
#define GETDNS_CALLBACK_TIMEOUT_TEXT "The requested action timed out; response is filled in with empty structures" |
◆ GETDNS_CALLBACK_ERROR_TEXT
#define GETDNS_CALLBACK_ERROR_TEXT "The requested action had an error; response is NULL" |
Typedef Documentation
◆ getdns_callback_type_t
typedef enum getdns_callback_type_t getdns_callback_type_t |