nl::Weave::Profiles::DataManagement_Current::ParserBase

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

Classe di base per i parser dei messaggi WDM.

Riepilogo

Eredità

Sottoclassi note direttamente:
  nl::Weave::Profiles::DataManagement_Current::BaseMessageWithSubscribeId::Parser
  nl::Weave::Profiles::DataManagement_Current::DataElement::Parser
  nl::Weave::Profiles::DataManagement_Current::ListParserBase
  nl::Weave::Profiles::DataManagement_Current::Path::Parser
  nl::Weave::Profiles::DataManagement_Current::RejectionRecord::Parser
  nl::Weave::Profiles::DataManagement_Current::StatusElement::Parser
  nl::Weave::Profiles::DataManagement_Current::UpdateResponse::Parser

Attributi protetti

mReader

Funzioni pubbliche

GetReaderOnTag(const uint64_t aTagToFind, nl::Weave::TLV::TLVReader *const apReader) const
Inizializza un TLVReader in modo che punti all'inizio di qualsiasi elemento con tag in questa richiesta.

Funzioni protette

GetSimpleValue(const uint8_t aContextTag, const nl::Weave::TLV::TLVType aTLVType, T *const apLValue) const
GetUnsignedInteger(const uint8_t aContextTag, T *const apLValue) const
ParserBase(void)

Attributi protetti

mReader

nl::Weave::TLV::TLVReader mReader

Funzioni pubbliche

GetReaderOnTag

WEAVE_ERROR GetReaderOnTag(
  const uint64_t aTagToFind,
  nl::Weave::TLV::TLVReader *const apReader
) const 

Inizializza un TLVReader in modo che punti all'inizio di qualsiasi elemento con tag in questa richiesta.

Dettagli
Parametri
[in] aTagToFind
Tag da trovare nella richiesta
[out] apReader
Un puntatore a TLVReader, che verrà inizializzato all'elemento TLV specificato in caso di esito positivo
Valori restituiti
WEAVE_NO_ERROR
in caso di successo

Funzioni protette

GetSimpleValue

WEAVE_ERROR GetSimpleValue(
  const uint8_t aContextTag,
  const nl::Weave::TLV::TLVType aTLVType,
  T *const apLValue
) const 

GetUnsignedInteger

WEAVE_ERROR GetUnsignedInteger(
  const uint8_t aContextTag,
  T *const apLValue
) const 

ParserBase

 ParserBase(
  void
)