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 )