rtl433  UNKNOWN
RTL-433 utility
mg_bind_opts Struct Reference

#include <mongoose.h>

Data Fields

void * user_data
 
unsigned int flags
 
const char ** error_string
 
struct mg_ifaceiface
 
const char * ssl_cert
 
const char * ssl_key
 
const char * ssl_ca_cert
 
const char * ssl_cipher_suites
 

Field Documentation

◆ error_string

const char** mg_bind_opts::error_string

Referenced by mg_bind_opt().

◆ flags

unsigned int mg_bind_opts::flags

◆ iface

struct mg_iface* mg_bind_opts::iface

◆ ssl_ca_cert

const char* mg_bind_opts::ssl_ca_cert

Referenced by mg_bind_opt().

◆ ssl_cert

const char* mg_bind_opts::ssl_cert

Referenced by mg_bind_opt().

◆ ssl_cipher_suites

const char* mg_bind_opts::ssl_cipher_suites

Referenced by mg_bind_opt().

◆ ssl_key

const char* mg_bind_opts::ssl_key

Referenced by mg_bind_opt().

◆ user_data

void* mg_bind_opts::user_data

Referenced by mg_bind_opt().


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