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

Ringkasan

Inheritance

Subclass Langsung yang Diketahui: nl::Weave::Profiles::BDX_Current::ReceiveAccept

Konstruktor dan Destruktor

SendAccept()

Atribut publik

theMaxBlockSize
uint16_t
theMetaData
theTransferMode
uint8_t

Fungsi publik

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

Fungsi statis publik

parse(PacketBuffer *, SendAccept &)

Atribut publik

theMaxBlockSize

uint16_t theMaxBlockSize

theMetaData

ReferencedTLVData theMetaData

theTransferMode

uint8_t theTransferMode

Fungsi publik

SendAccept

 SendAccept()

init

WEAVE_ERROR init(
  uint8_t,
  uint16_t,
  ReferencedTLVData *
)

operator==

bool operator==(
  const SendAccept &
) const 

pak

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

Fungsi statis publik

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  SendAccept &
)