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

Özet

Devralma

Devralındığı kaynak: nl::Weave::Profiles::RetainedPacketBuffer
Doğrudan Bilinen Alt Sınıflar: nl::Weave::Profiles::BDX_Current::BlockEOF

Oluşturucular ve Yıkıcılar

BlockSend()

Herkese açık özellikler

theBlockCounter
uint8_t
theData
uint8_t *
theLength
uint64_t

Kamu işlevleri

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

Herkese açık statik işlevler

parse(PacketBuffer *, BlockSend &)

Herkese açık özellikler

theBlockCounter

uint8_t theBlockCounter

theData

uint8_t * theData

theLength

uint64_t theLength

Kamu işlevleri

BlockSend

 BlockSend()

init

WEAVE_ERROR init(
  uint8_t,
  uint64_t,
  uint8_t *
)

operatör==

bool operator==(
  const BlockSend &
) const 

paket

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

Herkese açık statik işlevler

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  BlockSend &
)