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

Résumé

Héritage

Direct Known Subclasses:
  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

Constructeurs et destructeurs

StatusReport(void)
~StatusReport(void)

Attributs publics

mAdditionalInfo
mError
mProfileId
uint32_t
mStatusCode
uint16_t

Fonctions publiques

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

Fonctions statiques publiques

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)

Attributs publics

mAdditionalInfo

ReferencedTLVData mAdditionalInfo

mError

WEAVE_ERROR mError

mProfileId

uint32_t mProfileId

mStatusCode

uint16_t mStatusCode

Fonctions publiques

StatusReport

 StatusReport(
  void
)

init

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

init

WEAVE_ERROR init(
  WEAVE_ERROR aError
)

opérateur==

bool operator==(
  const StatusReport & another
) const 

pack

WEAVE_ERROR pack(
  PacketBuffer *aBuffer,
  uint32_t maxLen
)

packedLength

uint16_t packedLength(
  void
)

success

bool success(
  void
)

~RapportÉtat

 ~StatusReport(
  void
)

Fonctions statiques publiques

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
)