nl::Weave::Profiles::DataManagement_Current::StatusElement::Parser

#include <src/lib/profiles/data-management/Current/MessageDef.h>

WDM Durum Öğesi ayrıştırıcı tanımı.

Özet

Devralma

Devralır: nl::Weave::Profiles::DataManagement_Current::ParserBase

Kamu işlevleri

CheckSchemaValidity(void) const
CheckSchemaValidityCurrent(void) const
CheckSchemaValidityDeprecated(void) const
GetProfileIDAndStatusCode(uint32_t *apProfileID, uint16_t *aStatusCode) const
ProfileID ve StatusCode değerlerini StatusElement öğesinden okuyun.
Init(const nl::Weave::TLV::TLVReader & aReader)

Kamu işlevleri

CheckSchemaValidity

WEAVE_ERROR CheckSchemaValidity(
  void
) const 

CheckSchemaValidityCurrent

WEAVE_ERROR CheckSchemaValidityCurrent(
  void
) const 

CheckSchemaValidityDeprecated

WEAVE_ERROR CheckSchemaValidityDeprecated(
  void
) const 

GetProfileIDAndStatusCode

WEAVE_ERROR GetProfileIDAndStatusCode(
  uint32_t *apProfileID,
  uint16_t *aStatusCode
) const 

ProfileID ve StatusCode değerlerini StatusElement öğesinden okuyun.

Ayrıntılar
Parametreler
[out] apProfileID
ProfileID için depolama alanının işaretçisi
[out] apStatusCode
StatusCode için depolama alanının işaretçisi
İadeler
Weave::TLV nesneleri tarafından döndürülen WEAVE_ERROR kodları. İki öğeden biri eksikse WEAVE_END_OF_TLV. Öğeler yanlış türdeyse WEAVE_ERROR_WRONG_TLV_TYPE.

Başlat

WEAVE_ERROR Init(
  const nl::Weave::TLV::TLVReader & aReader
)