This structure 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.


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

mKeyLease#

uint32_t otSrpServerLeaseInfo::mKeyLease

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


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

mRemainingLease#

uint32_t otSrpServerLeaseInfo::mRemainingLease

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


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

mRemainingKeyLease#

uint32_t otSrpServerLeaseInfo::mRemainingKeyLease

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


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