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 116 of file include/openthread/srp_server.h

mMaxLease#

uint32_t otSrpServerLeaseConfig::mMaxLease

The maximum LEASE interval in seconds.


Definition at line 117 of file include/openthread/srp_server.h

mMinKeyLease#

uint32_t otSrpServerLeaseConfig::mMinKeyLease

The minimum KEY-LEASE interval in seconds.


Definition at line 118 of file include/openthread/srp_server.h

mMaxKeyLease#

uint32_t otSrpServerLeaseConfig::mMaxKeyLease

The maximum KEY-LEASE interval in seconds.


Definition at line 119 of file include/openthread/srp_server.h