nl:: Weave:: Hồ sơ:: DataManagement_Current:: StatusElement:: Parser
#include <src/lib/profiles/data-management/Current/MessageDef.h>
Định nghĩa trình phân tích cú pháp của phần tử trạng thái WDM.
Tóm tắt
Tính kế thừa
Kế thừa từ: nl::Weave::Profiles::DataManagement_Current::ParserBase
Hàm công khai |
|
---|---|
CheckSchemaValidity(void) const
|
|
CheckSchemaValidityCurrent(void) const
|
|
CheckSchemaValidityDeprecated(void) const
|
|
GetProfileIDAndStatusCode(uint32_t *apProfileID, uint16_t *aStatusCode) const
|
Đọc ProfileID và Trạng thái trạng thái từ StatusElement.
|
Init(const nl::Weave::TLV::TLVReader & aReader)
|
Hàm công khai
CheckSchema validity
WEAVE_ERROR CheckSchemaValidity( void ) const
CheckSchemaValueityCurrent
WEAVE_ERROR CheckSchemaValidityCurrent( void ) const
CheckSchema validity chúng tôi không dùng nữa
WEAVE_ERROR CheckSchemaValidityDeprecated( void ) const
GetProfileIDAndStatusCode
WEAVE_ERROR GetProfileIDAndStatusCode( uint32_t *apProfileID, uint16_t *aStatusCode ) const
Đọc ProfileID và Trạng thái trạng thái từ StatusElement.
Chi tiết | |||||
---|---|---|---|---|---|
Các thông số |
|
||||
Trả về |
Mã WEAVE_ERROR được trả về bởi các đối tượng Weave::TLV. WEAVE_END_OF_TLV nếu thiếu một trong hai phần tử này. WEAVE_ERROR_WRONG_TLV_TYPE nếu các phần tử thuộc loại không đúng.
|