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 &
)