nl:: Weave:: Profiles:: DataManagement_Current:: BuilderBase
#include <src/lib/profiles/data-management/Current/MessageDef.h>
Base class for WDM message encoders.
Summary
Inheritance
Direct Known Subclasses:nl::Weave::Profiles::DataManagement_Current::BaseMessageWithSubscribeId::Builder
nl::Weave::Profiles::DataManagement_Current::CustomCommand::Builder
nl::Weave::Profiles::DataManagement_Current::CustomCommandResponse::Builder
nl::Weave::Profiles::DataManagement_Current::DataElement::Builder
nl::Weave::Profiles::DataManagement_Current::Event::Builder
nl::Weave::Profiles::DataManagement_Current::ListBuilderBase
nl::Weave::Profiles::DataManagement_Current::Path::Builder
nl::Weave::Profiles::DataManagement_Current::RejectionRecord::Builder
nl::Weave::Profiles::DataManagement_Current::UpdateResponse::Builder
Protected attributes |
|
---|---|
mError
|
|
mOuterContainerType
|
|
mpWriter
|
Public functions |
|
---|---|
GetError(void) const
|
|
GetWriter(void)
|
|
ResetError(void)
|
void
|
ResetError(WEAVE_ERROR aErr)
|
void
|
Protected functions |
|
---|---|
BuilderBase(void)
|
|
EndOfContainer(void)
|
void
|
InitAnonymousStructure(nl::Weave::TLV::TLVWriter *const apWriter)
|
Protected attributes
mError
WEAVE_ERROR mError
mOuterContainerType
nl::Weave::TLV::TLVType mOuterContainerType
mpWriter
nl::Weave::TLV::TLVWriter * mpWriter
Public functions
GetError
WEAVE_ERROR GetError( void ) const
GetWriter
nl::Weave::TLV::TLVWriter * GetWriter( void )
ResetError
void ResetError( void )
ResetError
void ResetError( WEAVE_ERROR aErr )
Protected functions
BuilderBase
BuilderBase( void )
EndOfContainer
void EndOfContainer( void )
InitAnonymousStructure
WEAVE_ERROR InitAnonymousStructure( nl::Weave::TLV::TLVWriter *const apWriter )