libwebsockets
Lightweight C library for HTML5 websockets
lws_led_ops Struct Reference

Data Fields

void(* intensity )(const struct lws_led_ops *lo, const char *name, lws_led_intensity_t inten)
 
struct lws_led_state *(* create )(const struct lws_led_ops *led_ops)
 
void(* destroy )(struct lws_led_state *)
 

Field Documentation

◆ intensity

void(* lws_led_ops::intensity) (const struct lws_led_ops *lo, const char *name, lws_led_intensity_t inten)

for BOOL led control like GPIO, only inten b15 is significant


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