![]() |
WE310F5
39.00.000
|
Json object structure. More...
#include <m2mb_json.h>
Data Fields | |
UINT8 * | pName |
M2MB_JSON_OBJ_TYPE_T | objType |
M2MB_JSON_DATA_TYPE_T | dataType |
UINT8 | maxObjOcc |
UINT16 | offset |
UINT16 | size |
M2MB_JSON_DATA_TYPE_T dataType |
Maximum occurrence of the object
Definition at line 216 of file m2mb_json.h.
UINT8 maxObjOcc |
Offset of the object from the starting address of its parent structure
Definition at line 218 of file m2mb_json.h.
M2MB_JSON_OBJ_TYPE_T objType |
Data type
Definition at line 214 of file m2mb_json.h.
UINT16 offset |
Definition at line 220 of file m2mb_json.h.
UINT8* pName |
< Name of the object with '/0' termination Object type
Definition at line 212 of file m2mb_json.h.
UINT16 size |
Definition at line 221 of file m2mb_json.h.