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。
|
公開函式
CheckSchemaValidity
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。
|