nl::
  #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,使其指向此请求中任何已标记元素的开头。
| 详细信息 | |||||
|---|---|---|---|---|---|
| 参数 | 
 | ||||
| 返回值 | 
 | ||||
受保护的函数
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 )