otSrpServerLeaseInfo

#include <srp_server.h>

Includes SRP server lease information of a host/service.

Summary

Public attributes

mKeyLease
uint32_t
The key lease time of a host/service in milliseconds.
mLease
uint32_t
The lease time of a host/service in milliseconds.
mRemainingKeyLease
uint32_t
The remaining key lease time of a host/service in milliseconds.
mRemainingLease
uint32_t
The remaining lease time of the host/service in milliseconds.

Public attributes

mKeyLease

uint32_t otSrpServerLeaseInfo::mKeyLease

The key lease time of a host/service in milliseconds.

mLease

uint32_t otSrpServerLeaseInfo::mLease

The lease time of a host/service in milliseconds.

mRemainingKeyLease

uint32_t otSrpServerLeaseInfo::mRemainingKeyLease

The remaining key lease time of a host/service in milliseconds.

mRemainingLease

uint32_t otSrpServerLeaseInfo::mRemainingLease

The remaining lease time of the host/service in milliseconds.

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.