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

摘要

繼承

直接已知子類別:
  nl::Weave::Profiles::BDX_Current::ReceiveReject
  nl::Weave::Profiles::BDX_Current::SendRejectnl::Weave::Profiles::BDX_Current::TransferErrornl::Weave::Profiles::BDX_Development::ReceiveRejectnl::Weave::Profiles::BDX_Development::SendRejectnl::Weave::Profiles::BDX_Development::TransferError

建構函式和解構函式

StatusReport(void)
~StatusReport(void)

公開屬性

mAdditionalInfo
mError
mProfileId
uint32_t
mStatusCode
uint16_t

公用函式

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

公開的靜態函式

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)

公開屬性

mAdditionalInfo

ReferencedTLVData mAdditionalInfo

mError

WEAVE_ERROR mError

mProfileId

uint32_t mProfileId

mStatusCode

uint16_t mStatusCode

公用函式

StatusReport

 StatusReport(
  void
)

init

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

init

WEAVE_ERROR init(
  WEAVE_ERROR aError
)

運算子==

bool operator==(
  const StatusReport & another
) const 

WEAVE_ERROR pack(
  PacketBuffer *aBuffer,
  uint32_t maxLen
)

packedLength

uint16_t packedLength(
  void
)

成功

bool success(
  void
)

~狀態報告

 ~StatusReport(
  void
)

公開的靜態函式

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
)