libwebsockets
Lightweight C library for HTML5 websockets
lws_settings_ops Struct Reference

Data Fields

int(* get )(lws_settings_instance_t *si, const char *name, uint8_t *dest, size_t *max_actual)
 
int(* set )(lws_settings_instance_t *si, const char *name, const uint8_t *src, size_t len)
 

Field Documentation

◆ get

int(* lws_settings_ops::get) (lws_settings_instance_t *si, const char *name, uint8_t *dest, size_t *max_actual)

if dest is NULL, max_actual is set to the actual length without copying anything out


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