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

Summary

Inheritance

Inherits from: nl::Weave::Profiles::RetainedPacketBuffer
Direct Known Subclasses: nl::Weave::Profiles::BDX_Current::BlockEOF

Constructors and Destructors

BlockSend()

Public attributes

theBlockCounter
uint8_t
theData
uint8_t *
theLength
uint64_t

Public functions

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

Public static functions

parse(PacketBuffer *, BlockSend &)

Public attributes

theBlockCounter

uint8_t theBlockCounter

theData

uint8_t * theData

theLength

uint64_t theLength

Public functions

BlockSend

 BlockSend()

init

WEAVE_ERROR init(
  uint8_t,
  uint64_t,
  uint8_t *
)

operator==

bool operator==(
  const BlockSend &
) const 

pack

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

Public static functions

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  BlockSend &
)