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