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

Resumen

Herencia

Hereda de: nl::Weave::Profiles::RetainedPacketBuffer
Subclases conocidas directas: nl::Weave::Profiles::BDX_Current::BlockEOF

Constructores y destructores

BlockSend()

Atributos públicos

theBlockCounter
uint8_t
theData
uint8_t *
theLength
uint64_t

Funciones públicas

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

Funciones estáticas públicas

parse(PacketBuffer *, BlockSend &)

Atributos públicos

theBlockCounter

uint8_t theBlockCounter

theData

uint8_t * theData

theLength

uint64_t theLength

Funciones públicas

BlockSend

 BlockSend()

init

WEAVE_ERROR init(
  uint8_t,
  uint64_t,
  uint8_t *
)

operador==

bool operator==(
  const BlockSend &
) const 

paquete

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

Funciones estáticas públicas

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  BlockSend &
)