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

Riepilogo

Eredità

Eredita da: nl::Weave::Profiles::RetainedPacketBuffer
Sottoclassi note dirette: nl::Weave::Profiles::BDX_Current::BlockEOF

Costruttori e distruttori

BlockSend()

Attributi pubblici

theBlockCounter
uint8_t
theData
uint8_t *
theLength
uint64_t

Funzioni pubbliche

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

Funzioni statiche pubbliche

parse(PacketBuffer *, BlockSend &)

Attributi pubblici

theBlockCounter

uint8_t theBlockCounter

theData

uint8_t * theData

theLength

uint64_t theLength

Funzioni pubbliche

BlockSend

 BlockSend()

init

WEAVE_ERROR init(
  uint8_t,
  uint64_t,
  uint8_t *
)

operatore==

bool operator==(
  const BlockSend &
) const 

confezione

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

Funzioni statiche pubbliche

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  BlockSend &
)