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

Summary

Inheritance

Direct Known Subclasses: nl::Weave::Profiles::BDX_Current::ReceiveAccept

Constructors and Destructors

SendAccept()

Public attributes

theMaxBlockSize
uint16_t
theMetaData
theTransferMode
uint8_t

Public functions

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

Public static functions

parse(PacketBuffer *, SendAccept &)

Public attributes

theMaxBlockSize

uint16_t theMaxBlockSize

theMetaData

ReferencedTLVData theMetaData

theTransferMode

uint8_t theTransferMode

Public functions

SendAccept

 SendAccept()

init

WEAVE_ERROR init(
  uint8_t,
  uint16_t,
  ReferencedTLVData *
)

operator==

bool operator==(
  const SendAccept &
) const 

pack

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

Public static functions

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  SendAccept &
)