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

Zusammenfassung

Übernahme

Übernimmt von: nl::Weave::Profiles::RetainedPacketBuffer
Direkte bekannte Unterklassen: nl::Weave::Profiles::BDX_Current::BlockEOF

Konstruktoren und Zerstörer

BlockSend()

Öffentliche Attribute

theBlockCounter
uint8_t
theData
uint8_t *
theLength
uint64_t

Öffentliche Funktionen

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

Öffentliche statische Funktionen

parse(PacketBuffer *, BlockSend &)

Öffentliche Attribute

theBlockCounter

uint8_t theBlockCounter

theData

uint8_t * theData

theLength

uint64_t theLength

Öffentliche Funktionen

BlockSend

 BlockSend()

init

WEAVE_ERROR init(
  uint8_t,
  uint64_t,
  uint8_t *
)

Operator==

bool operator==(
  const BlockSend &
) const 

Packung

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

Öffentliche statische Funktionen

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  BlockSend &
)