nl::Weave::Profiles::BDX_Current::SendAccept

摘要

繼承

直接已知子類別: nl::Weave::Profiles::BDX_Current::ReceiveAccept

建構函式和解構函式

SendAccept()

公開屬性

theMaxBlockSize
uint16_t
theMetaData
theTransferMode
uint8_t

公用函式

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

公開的靜態函式

parse(PacketBuffer *, SendAccept &)

公開屬性

theMaxBlockSize

uint16_t theMaxBlockSize

theMetaData

ReferencedTLVData theMetaData

theTransferMode

uint8_t theTransferMode

公用函式

SendAccept

 SendAccept()

init

WEAVE_ERROR init(
  uint8_t,
  uint16_t,
  ReferencedTLVData *
)

運算子==

bool operator==(
  const SendAccept &
) const 

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

公開的靜態函式

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  SendAccept &
)