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
)