Kaa client C SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
kaa_dns_resolve_listener_t Struct Reference

Interface for the deferred DNS results. More...

#include <ext_tcp_utils.h>

Data Fields

void * context
 The context to pass to all functions below. More...
 
on_dns_resolve_complete_fn on_host_resolved
 Called when the host is successfully resolved. More...
 
on_dns_resolve_failed_fn on_resolve_failed
 Called when the host resolve was failed. More...
 

Detailed Description

Interface for the deferred DNS results.

See ext_tcp_utils_getaddrbyhost.

Field Documentation

void* kaa_dns_resolve_listener_t::context

The context to pass to all functions below.

on_dns_resolve_complete_fn kaa_dns_resolve_listener_t::on_host_resolved

Called when the host is successfully resolved.

on_dns_resolve_failed_fn kaa_dns_resolve_listener_t::on_resolve_failed

Called when the host resolve was failed.


The documentation for this struct was generated from the following file: