nl::Weave::Profiles::DataManagement_Current::BuilderBase

#include <src/lib/profiles/data-management/Current/MessageDef.h>

WDM 消息编码器的基类。

摘要

继承

图片说明:

受保护的属性

mError
mOuterContainerType
mpWriter

公共函数

GetError(void) const
GetWriter(void)
ResetError(void)
void
ResetError(WEAVE_ERROR aErr)
void

受保护的函数

BuilderBase(void)
EndOfContainer(void)
void
InitAnonymousStructure(nl::Weave::TLV::TLVWriter *const apWriter)

受保护的属性

移动错误

WEAVE_ERROR mError

mOuterContainerType

nl::Weave::TLV::TLVType mOuterContainerType

MMP

nl::Weave::TLV::TLVWriter * mpWriter

公共函数

GetError

WEAVE_ERROR GetError(
  void
) const 

GetWriter

nl::Weave::TLV::TLVWriter * GetWriter(
  void
)

重置错误

void ResetError(
  void
)

重置错误

void ResetError(
  WEAVE_ERROR aErr
)

受保护的函数

BuilderBase 类

 BuilderBase(
  void
)

容器结束

void EndOfContainer(
  void
)

Init 匿名结构

WEAVE_ERROR InitAnonymousStructure(
  nl::Weave::TLV::TLVWriter *const apWriter
)