WE310F5  39.00.000
M2MB_JSON_OBJ Struct Reference

Json object structure. More...

#include <m2mb_json.h>

Data Fields

UINT8pName
 
M2MB_JSON_OBJ_TYPE_T objType
 
M2MB_JSON_DATA_TYPE_T dataType
 
UINT8 maxObjOcc
 
UINT16 offset
 
UINT16 size
 

Detailed Description

Json object structure.

Json object structure.

Definition at line 209 of file m2mb_json.h.

Field Documentation

◆ dataType

Maximum occurrence of the object

Definition at line 216 of file m2mb_json.h.

◆ maxObjOcc

UINT8 maxObjOcc

Offset of the object from the starting address of its parent structure

Definition at line 218 of file m2mb_json.h.

◆ objType

Data type

Definition at line 214 of file m2mb_json.h.

◆ offset

UINT16 offset

Definition at line 220 of file m2mb_json.h.

◆ pName

UINT8* pName

< Name of the object with '/0' termination Object type

Definition at line 212 of file m2mb_json.h.

◆ size

UINT16 size

Definition at line 221 of file m2mb_json.h.


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