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

Ringkasan

Inheritance

Mewarisi dari: nl::Weave::Profiles::RetainedPacketBuffer
Subclass yang Diketahui Langsung: nl::Weave::Profiles::BDX_Current::BlockEOF

Konstruktor dan Destruktor

BlockSend()

Atribut publik

theBlockCounter
uint8_t
theData
uint8_t *
theLength
uint64_t

Fungsi publik

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

Fungsi statis publik

parse(PacketBuffer *, BlockSend &)

Atribut publik

theBlockCounter

uint8_t theBlockCounter

theData

uint8_t * theData

theLength

uint64_t theLength

Fungsi publik

BlockSend

 BlockSend()

init

WEAVE_ERROR init(
  uint8_t,
  uint64_t,
  uint8_t *
)

operator==

bool operator==(
  const BlockSend &
) const 

pak

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

Fungsi statis publik

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  BlockSend &
)