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