![]() |
WE310F5
39.00.000
|
Xml object structure. More...
#include <m2mb_xml.h>
Data Fields | |
UINT8 * | pName |
M2MB_XML_OBJ_TYPE_T | objType |
M2MB_XML_DATA_TYPE_T | dataType |
UINT8 | maxObjOcc |
UINT16 | offset |
M2MB_XML_DATA_TYPE_T dataType |
Data type
Definition at line 237 of file m2mb_xml.h.
UINT8 maxObjOcc |
Maximum occurrence of the object. If it is unknown, then user can fill 255
Definition at line 238 of file m2mb_xml.h.
M2MB_XML_OBJ_TYPE_T objType |
Object type
Definition at line 236 of file m2mb_xml.h.
UINT16 offset |
Offset of the object from the starting address of its parent structure
Definition at line 240 of file m2mb_xml.h.
UINT8* pName |
Name of the object with '/0' termination
Definition at line 235 of file m2mb_xml.h.