pub unsafe extern "C" fn otSrpServerGetLeaseConfig(
aInstance: *mut otInstance,
aLeaseConfig: *mut otSrpServerLeaseConfig,
)
Expand description
Returns SRP server LEASE and KEY-LEASE configurations.
@param[in] aInstance A pointer to an OpenThread instance.
@param[out] aLeaseConfig A pointer to an otSrpServerLeaseConfig
instance.