class Builder
Defined at line 511 of file x64-shared/gen/third_party/openweave-core/src/include/Weave/Profiles/data-management/Current/MessageDef.h
WDM Data Element encoder definition
Public Methods
WEAVE_ERROR Init (nl::Weave::TLV::TLVWriter *const apWriter)
DataElement is only used in a Data List, which requires every path to be anonymous
Path::Builder & CreatePathBuilder ()
DataElement::Builder & Version (const uint64_t aVersion)
DataElement::Builder & PartialChange (const bool aIsPartialChange)
Nothing would be written if aIsPartialChange == false, as that's the default value
DataElement::Builder & EndOfDataElement ()