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