nl::Weave::Profiles::DataManagement_Current::ParserBase

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

الفئة الأساسية لأدوات تحليل رسائل WDM.

ملخّص

الاكتساب

الفئات الفرعية المعروفة المباشرة:
  nl::Weave::Profiles::DataManagement_Current::BaseMessageWithSubscribeId::Parser
  nl::Weave::Profiles::DataManagement_Current::DataElement::Parser
  nl::Weave::Profiles::DataManagement_Current::ListParserBase
  nl::Weave::Profiles::DataManagement_Current::Path::Parser
  nl::Weave::Profiles::DataManagement_Current::RejectionRecord::Parser
  nl::Weave::Profiles::DataManagement_Current::StatusElement::Parser
  nl::Weave::Profiles::DataManagement_Current::UpdateResponse::Parser

السمات المحمية

mReader

وظائف عامة

GetReaderOnTag(const uint64_t aTagToFind, nl::Weave::TLV::TLVReader *const apReader) const
تهيئة TLVReader للإشارة إلى بداية أي عنصر يحمل علامة في هذا الطلب.

الدوال المحمية

GetSimpleValue(const uint8_t aContextTag, const nl::Weave::TLV::TLVType aTLVType, T *const apLValue) const
GetUnsignedInteger(const uint8_t aContextTag, T *const apLValue) const
ParserBase(void)

السمات المحمية

mReader

nl::Weave::TLV::TLVReader mReader

وظائف عامة

GetReaderOnTag

WEAVE_ERROR GetReaderOnTag(
  const uint64_t aTagToFind,
  nl::Weave::TLV::TLVReader *const apReader
) const 

تهيئة TLVReader للإشارة إلى بداية أي عنصر يحمل علامة في هذا الطلب.

التفاصيل
المعلمات
[in] aTagToFind
علامة للعثور عليها في الطلب
[out] apReader
مؤشر إلى TLVReader، الذي ستتم إعداده عند عنصر TLV المحدد عند النجاح
قيم الإرجاع
WEAVE_NO_ERROR
حول النجاح

الدوال المحمية

GetSimpleValue

WEAVE_ERROR GetSimpleValue(
  const uint8_t aContextTag,
  const nl::Weave::TLV::TLVType aTLVType,
  T *const apLValue
) const 

GetUnsignedInteger

WEAVE_ERROR GetUnsignedInteger(
  const uint8_t aContextTag,
  T *const apLValue
) const 

ParserBase

 ParserBase(
  void
)