nl::
  概要
継承
直系の既知のサブクラス:nl::Weave::Profiles::BDX_Current::ReceiveReject
nl::Weave::Profiles::BDX_Current::SendReject
nl::Weave::Profiles::BDX_Current::TransferError
nl::Weave::Profiles::BDX_Development::ReceiveReject
nl::Weave::Profiles::BDX_Development::SendReject
nl::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 )
success
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 )