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 &
)