pub unsafe extern "C" fn otSrpServerServiceGetLeaseInfo(
aService: *const otSrpServerService,
aLeaseInfo: *mut otSrpServerLeaseInfo,
)
Expand description
Returns the LEASE and KEY-LEASE information of a given service.
@param[in] aService A pointer to the SRP server service. @param[out] aLeaseInfo A pointer to where to output the LEASE and KEY-LEASE information.