otSrpServerLeaseConfig
#include <srp_server.h>
SRP サーバーの LEASE 構成と KEY-LEASE 構成が含まれます。
概要
パブリック属性 |
|
---|---|
mMaxKeyLease
|
uint32_t
KEY-LEASE の最大間隔(秒)。
|
mMaxLease
|
uint32_t
LEASE の最大間隔(秒)。
|
mMinKeyLease
|
uint32_t
KEY-LEASE の最小間隔(秒)。
|
mMinLease
|
uint32_t
LEASE の最小間隔(秒)。
|
パブリック属性
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 で入手できるソースコードに由来しています。 詳細について、またはドキュメントへの投稿については、リソースをご覧ください。