nl::Weave::Support::ProfileStringInfo

#include <src/lib/support/ProfileStringSupport.hpp>

與指定設定檔 ID 相關聯的回呼,用於傳回與設定檔相關聯的人類可讀支援字串。

摘要

此結構為與指定設定檔 ID 相關聯的回呼提供儲存空間,以傳回與設定檔相關聯的人類可讀支援字串。

此結構可能會登錄 (連同隨附內容結構)、註冊一次,以及取消註冊 (以及伴隨內容結構)。

為了最佳化受限應用程式中的空間,這個結構通常應以固定的靜態儲存空間限定詞 (即靜態常數) 進行分配。

公開屬性

mMessageNameFunct
MessageNameFunct
選用的回呼指標,可傳回與個人資料訊息類型相關的描述性名稱。
mProfileId
uint32_t
用於註冊字串回呼的個人資料識別碼。
mProfileNameFunct
ProfileNameFunct
選用的回呼指標,可傳回與設定檔相關的描述性名稱。
mStatusReportFormatStringFunct
StatusReportFormatStringFunct
選用的回呼指標,可傳回個人資料狀態碼的描述性字串。

公開屬性

mMessageNameFunct

MessageNameFunct nl::Weave::Support::ProfileStringInfo::mMessageNameFunct

選用的回呼指標,可傳回與個人資料訊息類型相關的描述性名稱。

mProfileId

uint32_t nl::Weave::Support::ProfileStringInfo::mProfileId

用於註冊字串回呼的個人資料識別碼。

mProfileNameFunct

ProfileNameFunct nl::Weave::Support::ProfileStringInfo::mProfileNameFunct

選用的回呼指標,可傳回與設定檔相關的描述性名稱。

mStatusReportFormatStringFunct

StatusReportFormatStringFunct nl::Weave::Support::ProfileStringInfo::mStatusReportFormatStringFunct

選用的回呼指標,可傳回個人資料狀態碼的描述性字串。