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

Podsumowanie

Dziedziczenie

Dziedziczy z: nl::Weave::Profiles::BDX_Current::SendAccept

Konstruktorzy i niszczyciele

ReceiveAccept()

Atrybuty publiczne

definiteLength
bool
theLength
uint64_t
theMetaData
wideRange
bool

Funkcje publiczne

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

Publiczne funkcje statyczne

parse(PacketBuffer *, ReceiveAccept &)

Atrybuty publiczne

definiteLength

bool definiteLength

theLength

uint64_t theLength

theMetaData

ReferencedTLVData theMetaData

wideRange

bool wideRange

Funkcje publiczne

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 

paczka

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

Publiczne funkcje statyczne

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  ReceiveAccept &
)