otSrpServerLeaseConfig

#include <srp_server.h>

Includes SRP server LEASE and KEY-LEASE configurations.

Summary

Public attributes

mMaxKeyLease
uint32_t
The maximum KEY-LEASE interval in seconds.
mMaxLease
uint32_t
The maximum LEASE interval in seconds.
mMinKeyLease
uint32_t
The minimum KEY-LEASE interval in seconds.
mMinLease
uint32_t
The minimum LEASE interval in seconds.

Public attributes

mMaxKeyLease

uint32_t otSrpServerLeaseConfig::mMaxKeyLease

The maximum KEY-LEASE interval in seconds.

mMaxLease

uint32_t otSrpServerLeaseConfig::mMaxLease

The maximum LEASE interval in seconds.

mMinKeyLease

uint32_t otSrpServerLeaseConfig::mMinKeyLease

The minimum KEY-LEASE interval in seconds.

mMinLease

uint32_t otSrpServerLeaseConfig::mMinLease

The minimum LEASE interval in seconds.

Resources

OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.