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

Podsumowanie

Dziedziczenie

Bezpośrednie znane podklasy: nl::Weave::Profiles::BDX_Current::ReceiveAccept

Konstruktorzy i niszczyciele

SendAccept()

Atrybuty publiczne

theMaxBlockSize
uint16_t
theMetaData
theTransferMode
uint8_t

Funkcje publiczne

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

Publiczne funkcje statyczne

parse(PacketBuffer *, SendAccept &)

Atrybuty publiczne

theMaxBlockSize

uint16_t theMaxBlockSize

theMetaData

ReferencedTLVData theMetaData

theTransferMode

uint8_t theTransferMode

Funkcje publiczne

SendAccept

 SendAccept()

init

WEAVE_ERROR init(
  uint8_t,
  uint16_t,
  ReferencedTLVData *
)

operator==

bool operator==(
  const SendAccept &
) const 

paczka

WEAVE_ERROR pack(
  PacketBuffer *
)

packedLength

uint16_t packedLength()

Publiczne funkcje statyczne

parse

WEAVE_ERROR parse(
  PacketBuffer *,
  SendAccept &
)