nl::Weave::Profiles::DataManagement_Current::StatusList::Parser

Resumo

Herança

Herda de: nl::Weave::Profiles::DataManagement_Current::ListParserBase

Funções públicas

CheckSchemaValidity(void) const
GetProfileIDAndStatusCode(uint32_t *const apProfileID, uint16_t *const apStatusCode)
Ler o ProfileID e o StatusCode do StatusElement atual.

Funções públicas

CheckSchemaValidity

WEAVE_ERROR CheckSchemaValidity(
  void
) const 

GetProfileIDAndStatusCode

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

Ler o ProfileID e o StatusCode do StatusElement atual.

Detalhes
Parâmetros
[out] apProfileID
Ponteiro para o armazenamento do ProfileID
[out] apStatusCode
Ponteiro para o armazenamento do StatusCode
Retorna
Códigos WEAVE_ERROR retornados por objetos Weave::TLV. WEAVE_END_OF_TLV se um dos elementos estiver ausente. WEAVE_ERROR_WRONG_TLV_TYPE se os elementos forem do tipo errado.