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

Résumé

Héritage

Hérite de: nl::Weave::Profiles::RetainedPacketBuffer
Sous-classes directes connues: nl::Weave::Profiles::BDX_Current::BlockEOF

Constructeurs et destructeurs

BlockSend()

Attributs publics

theBlockCounter
uint8_t
theData
uint8_t *
theLength
uint64_t

Fonctions publiques

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

Fonctions statiques publiques

parse(PacketBuffer *, BlockSend &)

Attributs publics

theBlockCounter

uint8_t theBlockCounter

theData

uint8_t * theData

theLength

uint64_t theLength

Fonctions publiques

BlockSend

 BlockSend()

init

WEAVE_ERROR init(
  uint8_t,
  uint64_t,
  uint8_t *
)

opérateur==

bool operator==(
  const BlockSend &
) const 

pack

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

Fonctions statiques publiques

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  BlockSend &
)