NL::编织::简介:: BDX_Current::块发送

概括

遗产

:从继承NL ::纺织品::简介:: RetainedPacketBuffer
直接已知子类: NL ::纺织品::概况:: 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 &)

公共属性

块计数器

uint8_t theBlockCounter

数据

uint8_t * theData

长度

uint64_t theLength

公共职能

块发送

 BlockSend()

在里面

WEAVE_ERROR init(
  uint8_t,
  uint64_t,
  uint8_t *
)

运算符==

bool operator==(
  const BlockSend &
) const 

WEAVE_ERROR pack(
  PacketBuffer *
)

包装长度

uint16_t packedLength()

公共静态函数

解析

WEAVE_ERROR parse(
  PacketBuffer *,
  BlockSend &
)