class Parser
Defined at line 709 of file x64-shared/gen/third_party/openweave-core/src/include/Weave/Profiles/data-management/Current/MessageDef.h
Public Methods
WEAVE_ERROR CheckSchemaValidity ()
verify the schema is right, including
1) all elements are anonymous
2) all elements are either null or unsigned integer
bool IsElementValid ()
1) current element is anonymous
2) current element is either unsigned integer or NULL
bool IsNull ()
WEAVE_ERROR GetVersion (uint64_t *const apVersion)