rtl433
UNKNOWN
RTL-433 utility
|
#include <mongoose.h>
Data Fields | |
void * | user_data |
unsigned int | flags |
const char ** | error_string |
struct mg_iface * | iface |
const char * | ssl_cert |
const char * | ssl_key |
const char * | ssl_ca_cert |
const char * | ssl_cipher_suites |
const char** mg_bind_opts::error_string |
Referenced by mg_bind_opt().
unsigned int mg_bind_opts::flags |
struct mg_iface* mg_bind_opts::iface |
const char* mg_bind_opts::ssl_ca_cert |
Referenced by mg_bind_opt().
const char* mg_bind_opts::ssl_cert |
Referenced by mg_bind_opt().
const char* mg_bind_opts::ssl_cipher_suites |
Referenced by mg_bind_opt().
const char* mg_bind_opts::ssl_key |
Referenced by mg_bind_opt().
void* mg_bind_opts::user_data |
Referenced by mg_bind_opt().