NL::编织::简介::数据管理_当前::数据元素::解析器
#include <src/lib/profiles/data-management/Current/MessageDef.h>
WDM 数据元素解析器定义。
概括
遗产
:从继承NL ::纺织品::概况:: DataManagement_Current :: ParserBase直接已知的子类:
nl::Weave::Profiles::DataManagement_Current::CustomCommand::Parser
nl::Weave::Profiles::DataManagement_Current::CustomCommandResponse::Parser
nl::Weave::Profiles::DataManagement_Current::Event::Parser
nl::Weave::Profiles::DataManagement_Current::UpdateRequest::Parser
公共职能 | |
---|---|
CheckPresence (bool *const apDataPresentFlag, bool *const apDeletePresentFlag) const | |
CheckSchemaValidity (void) const | |
GetData (nl::Weave::TLV::TLVReader *const apReader) const | |
GetDeletedDictionaryKeys (nl::Weave::TLV::TLVReader *const apReader) const | |
GetPartialChangeFlag (bool *const apPartialChangeFlag) const | |
GetPath ( Path::Parser *const apPath) const | |
GetReaderOnPath (nl::Weave::TLV::TLVReader *const apReader) const | |
GetVersion (uint64_t *const apVersion) const | |
Init (constnl::Weave::TLV::TLVReader & aReader) |
受保护的功能 | |
---|---|
ParseData (nl::Weave::TLV::TLVReader & aReader, int aDepth) const |
公共职能
检查状态
WEAVE_ERROR CheckPresence( bool *const apDataPresentFlag, bool *const apDeletePresentFlag ) const
检查架构有效性
WEAVE_ERROR CheckSchemaValidity( void ) const
获取数据
WEAVE_ERROR GetData( nl::Weave::TLV::TLVReader *const apReader ) const
GetDeletedDictionaryKeys
WEAVE_ERROR GetDeletedDictionaryKeys( nl::Weave::TLV::TLVReader *const apReader ) const
获取部分更改标志
WEAVE_ERROR GetPartialChangeFlag( bool *const apPartialChangeFlag ) const
获取路径
WEAVE_ERROR GetPath( Path::Parser *const apPath ) const
获取读取器路径
WEAVE_ERROR GetReaderOnPath( nl::Weave::TLV::TLVReader *const apReader ) const
获取版本
WEAVE_ERROR GetVersion( uint64_t *const apVersion ) const
在里面
WEAVE_ERROR Init( const nl::Weave::TLV::TLVReader & aReader )
受保护的功能
解析数据
WEAVE_ERROR ParseData( nl::Weave::TLV::TLVReader & aReader, int aDepth ) const