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

Ringkasan

Inheritance

Subclass Langsung yang Diketahui:
  nl::Weave::Profiles::BDX_Current::BlockAck
  nl::Weave::Profiles::BDX_Current::BlockEOFAck

Konstruktor dan Destruktor

BlockQuery()

Atribut publik

theBlockCounter
uint8_t

Fungsi publik

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

Fungsi statis publik

parse(PacketBuffer *, BlockQuery &)

Atribut publik

theBlockCounter

uint8_t theBlockCounter

Fungsi publik

BlockQuery

 BlockQuery()

init

WEAVE_ERROR init(
  uint8_t
)

operator==

bool operator==(
  const BlockQuery &
) const 

pak

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

Fungsi statis publik

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  BlockQuery &
)