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

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

מחלקה בסיסית למנתחי הודעות WDM.

סיכום

ירושה

Direct_known Subclasses:
  nl::Weave::Profiles::DataManagement_Current::BaseMessageWithSubscribeId::Parser
  nl::Weave::Profiles::DataManagement_Current::DataElement::Parser :nl:Recordarser:




nl::Weave::Profiles::DataManagement_Current::Path::Parsernl::Weave::Profiles::DataManagement_Current::RejectionRecord::Parsernl::Weave::Profiles::DataManagement_Current::StatusElement::Parsernl::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
)