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

Summary

Inheritance

Inherits from: nl::Weave::Profiles::BDX_Current::SendAccept

Constructors and Destructors

ReceiveAccept()

Public attributes

definiteLength
bool
theLength
uint64_t
theMetaData
wideRange
bool

Public functions

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

Public static functions

parse(PacketBuffer *, ReceiveAccept &)

Public attributes

definiteLength

bool definiteLength

theLength

uint64_t theLength

theMetaData

ReferencedTLVData theMetaData

wideRange

bool wideRange

Public functions

ReceiveAccept

 ReceiveAccept()

init

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

init

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

operator==

bool operator==(
  const ReceiveAccept &
) const 

pack

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

Public static functions

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  ReceiveAccept &
)