rtl433
UNKNOWN
RTL-433 utility
|
#include <mongoose.h>
Data Fields | |
const char * | nameserver |
int | max_retries |
int | timeout |
int | accept_literal |
int | only_literal |
struct mg_connection ** | dns_conn |
int mg_resolve_async_opts::accept_literal |
struct mg_connection** mg_resolve_async_opts::dns_conn |
Referenced by mg_connect_opt(), and mg_http_handler2().
int mg_resolve_async_opts::max_retries |
Referenced by mg_http_handler2().
const char* mg_resolve_async_opts::nameserver |
Referenced by mg_connect_opt(), and mg_http_handler2().
int mg_resolve_async_opts::only_literal |
int mg_resolve_async_opts::timeout |
Referenced by mg_http_handler2().