rtl433  UNKNOWN
RTL-433 utility
mg_connect_opts Struct Reference

#include <mongoose.h>

Data Fields

void * user_data
 
unsigned int flags
 
const char ** error_string
 
struct mg_ifaceiface
 
const char * nameserver
 
const char * ssl_cert
 
const char * ssl_key
 
const char * ssl_ca_cert
 
const char * ssl_cipher_suites
 
const char * ssl_server_name
 
const char * ssl_psk_identity
 
const char * ssl_psk_key
 

Field Documentation

◆ error_string

const char** mg_connect_opts::error_string

Referenced by mg_connect_opt(), and mg_http_handler2().

◆ flags

unsigned int mg_connect_opts::flags

Referenced by mg_connect_opt().

◆ iface

struct mg_iface* mg_connect_opts::iface

◆ nameserver

const char* mg_connect_opts::nameserver

Referenced by mg_connect_opt().

◆ ssl_ca_cert

const char* mg_connect_opts::ssl_ca_cert

Referenced by mg_connect_opt(), and mg_http_handler2().

◆ ssl_cert

const char* mg_connect_opts::ssl_cert

Referenced by mg_connect_opt().

◆ ssl_cipher_suites

const char* mg_connect_opts::ssl_cipher_suites

Referenced by mg_connect_opt().

◆ ssl_key

const char* mg_connect_opts::ssl_key

Referenced by mg_connect_opt().

◆ ssl_psk_identity

const char* mg_connect_opts::ssl_psk_identity

Referenced by mg_connect_opt().

◆ ssl_psk_key

const char* mg_connect_opts::ssl_psk_key

Referenced by mg_connect_opt().

◆ ssl_server_name

const char* mg_connect_opts::ssl_server_name

Referenced by mg_connect_opt().

◆ user_data

void* mg_connect_opts::user_data

Referenced by mg_connect_opt().


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