nl::Weave::Profiles::BDX_Current::ReceiveAccept

Résumé

Héritage

Hérite de: nl::Weave::Profiles::BDX_Current::SendAccept

Constructeurs et destructeurs

ReceiveAccept()

Attributs publics

definiteLength
bool
theLength
uint64_t
theMetaData
wideRange
bool

Fonctions publiques

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

Fonctions statiques publiques

parse(PacketBuffer *, ReceiveAccept &)

Attributs publics

definiteLength

bool definiteLength

theLength

uint64_t theLength

theMetaData

ReferencedTLVData theMetaData

wideRange

bool wideRange

Fonctions publiques

ReceiveAccept

 ReceiveAccept()

init

WEAVE_ERROR init(
  uint8_t,
  uint16_t,
  uint64_t,
  ReferencedTLVData *
)

init

WEAVE_ERROR init(
  uint8_t,
  uint16_t,
  uint32_t,
  ReferencedTLVData *
)

opérateur==

bool operator==(
  const ReceiveAccept &
) const 

pack

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

Fonctions statiques publiques

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  ReceiveAccept &
)