nl::Weave::Profiles::BDX_Current::BlockQuery

Zusammenfassung

Übernahme

Direkte bekannte Unterklassen:
  nl::Weave::Profiles::BDX_Current::BlockAck
  nl::Weave::Profiles::BDX_Current::BlockEOFAck

Konstruktoren und Zerstörer

BlockQuery()

Öffentliche Attribute

theBlockCounter
uint8_t

Öffentliche Funktionen

init(uint8_t)
operator==(const BlockQuery &) const
bool
pack(PacketBuffer *)
packedLength()
uint16_t

Öffentliche statische Funktionen

parse(PacketBuffer *, BlockQuery &)

Öffentliche Attribute

theBlockCounter

uint8_t theBlockCounter

Öffentliche Funktionen

BlockQuery

 BlockQuery()

init

WEAVE_ERROR init(
  uint8_t
)

Operator==

bool operator==(
  const BlockQuery &
) const 

Packung

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

Öffentliche statische Funktionen

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  BlockQuery &
)