nl::Weave::Profiles::DeviceDescription::TextDescriptorReader

Riepilogo

Costruttori e distruttori

TextDescriptorReader(const char *val, uint32_t valLen)

Attributi pubblici

Key
char
Version
char

Funzioni pubbliche

Next()
ReadDate(uint16_t & year, uint8_t & month, uint8_t & day)
ReadHex(uint16_t & val)
ReadHex(uint8_t *buf, uint32_t bufLen)
ReadString(char *buf, uint32_t bufSize)

Attributi pubblici

Chiave

char Key

Versione

char Version

Funzioni pubbliche

Avanti

WEAVE_ERROR Next()

ReadDate

WEAVE_ERROR ReadDate(
  uint16_t & year,
  uint8_t & month,
  uint8_t & day
)

ReadHex

WEAVE_ERROR ReadHex(
  uint16_t & val
)

ReadHex

WEAVE_ERROR ReadHex(
  uint8_t *buf,
  uint32_t bufLen
)

ReadString

WEAVE_ERROR ReadString(
  char *buf,
  uint32_t bufSize
)

TextDescriptorReader

 TextDescriptorReader(
  const char *val,
  uint32_t valLen
)