nl::Weave::Profiles::BDX_Current::BlockSend

摘要

继承

继承自nl::Weave::Profiles::RetainedPacketBuffer
已知的直接子类nl::Weave::Profiles::BDX_Current::BlockEOF

构造函数和析构函数

BlockSend()

公共属性

theBlockCounter
uint8_t
theData
uint8_t *
theLength
uint64_t

公共函数

init(uint8_t, uint64_t, uint8_t *)
operator==(const BlockSend &) const
bool
pack(PacketBuffer *)
packedLength()
uint16_t

公共静态函数

parse(PacketBuffer *, BlockSend &)

公共属性

theBlockCounter

uint8_t theBlockCounter

theData

uint8_t * theData

theLength

uint64_t theLength

公共函数

BlockSend

 BlockSend()

init

WEAVE_ERROR init(
  uint8_t,
  uint64_t,
  uint8_t *
)

运算符==

bool operator==(
  const BlockSend &
) const 

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

公共静态函数

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  BlockSend &
)