nl::Weave::Profiles::DataManagement_Current::ListParserBase

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

데이터 목록 및 버전 목록과 같은 TLV 배열 요소에 특화된 WDM 메시지 파서의 기본 클래스입니다.

요약

상속

상속 출처: nl::Weave::Profiles::DataManagement_Current::ParserBase
직접 알려진 서브클래스:
  nl::Weave::Profiles::DataManagement_Current::DataList::Parser
  nl::Weave::Profiles::DataManagement_Current::EventList::Parser
  nl::Weave::Profiles::DataManagement_Current::PathList::Parser
  nl::Weave::Profiles::DataManagement_Current::RejectionRecordList::Parser
  nl::Weave::Profiles::DataManagement_Current::StatusList::Parser
  nl::Weave::Profiles::DataManagement_Current::VersionList::Parser

보호된 함수

ListParserBase(void)

공개 함수

GetReader(nl::Weave::TLV::TLVReader *const apReader)
void
Init(const nl::Weave::TLV::TLVReader & aReader)
InitIfPresent(const nl::Weave::TLV::TLVReader & aReader, const uint8_t aContextTagToFind)
Next(void)

보호된 함수

ListParserBase

 ListParserBase(
  void
)

공개 함수

GetReader

void GetReader(
  nl::Weave::TLV::TLVReader *const apReader
)

Init

WEAVE_ERROR Init(
  const nl::Weave::TLV::TLVReader & aReader
)

InitIfPresent

WEAVE_ERROR InitIfPresent(
  const nl::Weave::TLV::TLVReader & aReader,
  const uint8_t aContextTagToFind
)

다음

WEAVE_ERROR Next(
  void
)