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

Podsumowanie

Dziedziczenie

Dziedziczy z: nl::Weave::Profiles::RetainedPacketBuffer
Bezpośrednie znane podklasy: nl::Weave::Profiles::BDX_Current::BlockEOF

Konstruktorzy i niszczyciele

BlockSend()

Atrybuty publiczne

theBlockCounter
uint8_t
theData
uint8_t *
theLength
uint64_t

Funkcje publiczne

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

Publiczne funkcje statyczne

parse(PacketBuffer *, BlockSend &)

Atrybuty publiczne

theBlockCounter

uint8_t theBlockCounter

theData

uint8_t * theData

theLength

uint64_t theLength

Funkcje publiczne

BlockSend

 BlockSend()

init

WEAVE_ERROR init(
  uint8_t,
  uint64_t,
  uint8_t *
)

operator==

bool operator==(
  const BlockSend &
) const 

paczka

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

Publiczne funkcje statyczne

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  BlockSend &
)