otSrpServerLeaseConfig
    #include <srp_server.h>
  
包含 SRP 伺服器 LEASE 和 KEY-LEASE 設定。
摘要
| 公開屬性 | |
|---|---|
| mMaxKeyLease | uint32_tKEY-LEASE 的最大值 (以秒為單位)。 | 
| mMaxLease | uint32_tLEASE 最長間隔秒數。 | 
| mMinKeyLease | uint32_tKEY-LEASE 的下限間隔 (以秒為單位)。 | 
| mMinLease | uint32_tLEASE 下限間隔秒數。 | 
公開屬性
mMaxKeyLease
uint32_t otSrpServerLeaseConfig::mMaxKeyLease
KEY-LEASE 的最大值 (以秒為單位)。
mMaxLease
uint32_t otSrpServerLeaseConfig::mMaxLease
LEASE 最長間隔秒數。
mMinKeyLease
uint32_t otSrpServerLeaseConfig::mMinKeyLease
KEY-LEASE 的下限間隔 (以秒為單位)。
mMinLease
uint32_t otSrpServerLeaseConfig::mMinLease
LEASE 下限間隔秒數。
資源
OpenThread API 參考資料主題源自原始碼,請前往 GitHub 取得。如要瞭解詳情或對說明文件做出貢獻,請參閱資源。