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
Current::DataElement::Parser
Current::DataElement::Parser
Current::DataElement::Parser: {Profiles:nl:Weave:nl:Weave:nl

nl::Weave::Profiles::DataManagement_Current::ListParserBasenl::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
성공 시 지정된 TLV 요소에서 초기화되는 TLVReader에 대한 포인터입니다.
반환 값
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
)