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

摘要

繼承

直接已知子類別:
  nl::Weave::Profiles::BDX_Current::BlockAck
  nl::Weave::Profiles::BDX_Current::BlockEOFAck

建構函式和解構函式

BlockQuery()

公開屬性

theBlockCounter
uint8_t

公用函式

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

公開的靜態函式

parse(PacketBuffer *, BlockQuery &)

公開屬性

theBlockCounter

uint8_t theBlockCounter

公用函式

BlockQuery

 BlockQuery()

init

WEAVE_ERROR init(
  uint8_t
)

運算子==

bool operator==(
  const BlockQuery &
) const 

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

公開的靜態函式

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  BlockQuery &
)