nl::Weave::Profiles::DataManagement_Current::ListBuilderBase

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

WDM メッセージ エンコーダの基本クラス。データリストやバージョン リストなどの TLV 配列要素に特化しています。

概要

継承

継承元: nl::Weave::Profiles::DataManagement_Current::BuilderBase
直接の既知のサブクラス:
  nl::Weave::Profiles::DataManagement_Current::DataList::Builder
  nl::Weave::Profiles::DataManagement_Current::EventList::Buildernl::Weave::Profiles::DataManagement_Current::PathList::Buildernl::Weave::Profiles::DataManagement_Current::RejectionRecordList::Buildernl::Weave::Profiles::DataManagement_Current::StatusElement::Buildernl::Weave::Profiles::DataManagement_Current::StatusList::Buildernl::Weave::Profiles::DataManagement_Current::VersionList::Builder

プロテクト関数

ListBuilderBase(void)

パブリック関数

Init(nl::Weave::TLV::TLVWriter *const apWriter, const uint8_t aContextTagToUse)
Init(nl::Weave::TLV::TLVWriter *const apWriter)
匿名タグを使用して TLV 配列コンテナを初期化します。

プロテクト関数

ListBuilderBase

 ListBuilderBase(
  void
)

パブリック関数

init

WEAVE_ERROR Init(
  nl::Weave::TLV::TLVWriter *const apWriter,
  const uint8_t aContextTagToUse
)

init

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

匿名タグを使用して TLV 配列コンテナを初期化します。

配列の配列を実装し、ListBuilderBase をテストするために必要です。配列を最も外側のコンテナとして持つ WDM メッセージはありません。

詳細
パラメータ
[in] apWriter
メッセージをエンコードしている TLVWriter へのポインタ。
戻り値
Weave::TLV オブジェクトから返される WEAVE_ERROR コード