class Parser

Defined at line 930 of file x64-shared/gen/third_party/openweave-core/src/include/Weave/Profiles/data-management/Current/MessageDef.h

WDM Path parser definition

Note that in theory this class can be derived from SubscribeCancelRequest, but we are anticipating the tags to be changed

Public Methods

WEAVE_ERROR CheckSchemaValidity ()

Roughly verify the schema is right, including

1) all mandatory tags are present

2) no unknown tags

3) all elements have expected data type

4) any tag can only appear once

WEAVE_ERROR GetSubscribeTimeout (uint32_t *const apTimeOut)

WEAVE_END_OF_TLV if there is no such element

WEAVE_ERROR_WRONG_TLV_TYPE if there is such element but it's not one of the right types

WEAVE_ERROR GetPossibleLossOfEvents (bool *const apPossibleLossOfEvents)

WEAVE_END_OF_TLV if there is no such element

WEAVE_ERROR_WRONG_TLV_TYPE if there is such element but it's not one of the right types

WEAVE_ERROR GetLastVendedEventIdList (EventList::Parser *const apEventList)

Get a TLVReader for the last observed events. Next() must be called before accessing them.