Includes SRP server lease information of a host/service.

Public Attributes#

uint32_t

The lease time of a host/service in milliseconds.

uint32_t

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

uint32_t

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

uint32_t

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

Public Attribute Documentation#

mLease#

uint32_t otSrpServerLeaseInfo::mLease

The lease time of a host/service in milliseconds.


mKeyLease#

uint32_t otSrpServerLeaseInfo::mKeyLease

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


mRemainingLease#

uint32_t otSrpServerLeaseInfo::mRemainingLease

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


mRemainingKeyLease#

uint32_t otSrpServerLeaseInfo::mRemainingKeyLease

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