Structure for telemetry callback functions. More...
#include <wifi_client_hal.h>
Data Fields | |
| void(* | init )(char *name) |
| void(* | event_s )(char *marker, char *value) |
| void(* | event_d )(char *marker, int value) |
Structure for telemetry callback functions.
| void(* event_d) (char *marker, int value) |
callback funtion to event an integer telemetry marker
| void(* event_s) (char *marker, char *value) |
callback funtion to event a string telemetry marker
| void(* init) (char *name) |
init telemetry callback function