This structure includes SRP server LEASE and KEY-LEASE configurations.
Public Attributes#
uint32_t
The minimum LEASE interval in seconds.
uint32_t
The maximum LEASE interval in seconds.
uint32_t
The minimum KEY-LEASE interval in seconds.
uint32_t
The maximum KEY-LEASE interval in seconds.
Public Attribute Documentation#
mMinLease#
uint32_t otSrpServerLeaseConfig::mMinLease
The minimum LEASE interval in seconds.
Definition at line
174
of file include/openthread/srp_server.h
mMaxLease#
uint32_t otSrpServerLeaseConfig::mMaxLease
The maximum LEASE interval in seconds.
Definition at line
175
of file include/openthread/srp_server.h
mMinKeyLease#
uint32_t otSrpServerLeaseConfig::mMinKeyLease
The minimum KEY-LEASE interval in seconds.
Definition at line
176
of file include/openthread/srp_server.h
mMaxKeyLease#
uint32_t otSrpServerLeaseConfig::mMaxKeyLease
The maximum KEY-LEASE interval in seconds.
Definition at line
177
of file include/openthread/srp_server.h