MeterLogger
Data Fields
jsontree_callback Struct Reference

#include <sdk/include/json/jsontree.h>

Collaboration diagram for jsontree_callback:

Data Fields

uint8_t type
 
int(* output )(struct jsontree_context *js_ctx)
 
int(* set )(struct jsontree_context *js_ctx, struct jsonparse_state *parser)
 

Detailed Description

Definition at line 78 of file jsontree.h.

Field Documentation

◆ output

int(* jsontree_callback::output) (struct jsontree_context *js_ctx)

Definition at line 80 of file jsontree.h.

◆ set

int(* jsontree_callback::set) (struct jsontree_context *js_ctx, struct jsonparse_state *parser)

Definition at line 81 of file jsontree.h.

◆ type

uint8_t jsontree_callback::type

Definition at line 79 of file jsontree.h.


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