nl:: Weave:: Profiles:: DataManagement_Current:: StatusList:: Parser
摘要
继承
继承自: nl::Weave::Profiles::DataManagement_Current::ListParserBase
公共函数 |
|
---|---|
CheckSchemaValidity(void) const
|
|
GetProfileIDAndStatusCode(uint32_t *const apProfileID, uint16_t *const apStatusCode)
|
读取当前 StatusElement 中的 ProfileID 和 StatusCode。
|
公共函数
检查架构有效性
WEAVE_ERROR CheckSchemaValidity( void ) const
GetProfileIDAndStatusCode
WEAVE_ERROR GetProfileIDAndStatusCode( uint32_t *const apProfileID, uint16_t *const apStatusCode )
读取当前 StatusElement 中的 ProfileID 和 StatusCode。
详细信息 | |||||
---|---|---|---|---|---|
参数 |
|
||||
返回值 |
由 Weave::TLV 对象返回的 WEAVE_ERROR 代码。WEAVE_END_OF_TLV(如果缺少任一元素)。WEAVE_ERROR_WRONG_TLV_TYPE(如果元素的类型有误)。
|