nl::Weave::Profiles::StatusReporting::StatusReport

Zusammenfassung

Übernahme

Direkte bekannte Abgeleitete:
  nl::Weave::Profiles::BDX_Current::ReceiveReject
  nl::Weave::Profiles::BDX_Current::SendReject
  nl::Weave::Profiles::BDX_Current::TransferErrornl::Weave::Profiles::BDX_Development::ReceiveRejectnl::Weave::Profiles::BDX_Development::SendRejectnl::Weave::Profiles::BDX_Development::TransferError

Konstruktoren und Zerstörer

StatusReport(void)
~StatusReport(void)

Öffentliche Attribute

mAdditionalInfo
mError
mProfileId
uint32_t
mStatusCode
uint16_t

Öffentliche Funktionen

init(uint32_t aProfileId, uint16_t aCode, ReferencedTLVData *aInfo)
init(WEAVE_ERROR aError)
operator==(const StatusReport & another) const
bool
pack(PacketBuffer *aBuffer, uint32_t maxLen)
packedLength(void)
uint16_t
success(void)
bool

Öffentliche statische Funktionen

AddErrorCode(nl::Weave::TLV::TLVWriter & aWriter, WEAVE_ERROR aError)
EndMetaData(nl::Weave::TLV::TLVWriter & aWriter)
StartMetaData(nl::Weave::TLV::TLVWriter & aWriter)
parse(PacketBuffer *aBuffer, StatusReport & aDestination)

Öffentliche Attribute

mAdditionalInfo

ReferencedTLVData mAdditionalInfo

mError

WEAVE_ERROR mError

mProfileId

uint32_t mProfileId

mStatusCode

uint16_t mStatusCode

Öffentliche Funktionen

StatusReport

 StatusReport(
  void
)

init

WEAVE_ERROR init(
  uint32_t aProfileId,
  uint16_t aCode,
  ReferencedTLVData *aInfo
)

init

WEAVE_ERROR init(
  WEAVE_ERROR aError
)

Operator==

bool operator==(
  const StatusReport & another
) const 

Packung

WEAVE_ERROR pack(
  PacketBuffer *aBuffer,
  uint32_t maxLen
)

packedLength

uint16_t packedLength(
  void
)

Erfolgreich

bool success(
  void
)

StatusReport

 ~StatusReport(
  void
)

Öffentliche statische Funktionen

AddErrorCode

WEAVE_ERROR AddErrorCode(
  nl::Weave::TLV::TLVWriter & aWriter,
  WEAVE_ERROR aError
)

EndMetaData

WEAVE_ERROR EndMetaData(
  nl::Weave::TLV::TLVWriter & aWriter
)

StartMetaData

WEAVE_ERROR StartMetaData(
  nl::Weave::TLV::TLVWriter & aWriter
)

parse

WEAVE_ERROR parse(
  PacketBuffer *aBuffer,
  StatusReport & aDestination
)