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

Zusammenfassung

Konstruktoren und Zerstörer

TextDescriptorReader(const char *val, uint32_t valLen)

Öffentliche Attribute

Key
char
Version
char

Öffentliche Funktionen

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)

Öffentliche Attribute

Schlüssel

char Key

Version

char Version

Öffentliche Funktionen

Weiter

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
)