pub unsafe extern "C" fn otSrpServerGetTtlConfig(
    aInstance: *mut otInstance,
    aTtlConfig: *mut otSrpServerTtlConfig
)
Expand description

Returns SRP server TTL configuration.

@param[in] aInstance A pointer to an OpenThread instance. @param[out] aTtlConfig A pointer to an otSrpServerTtlConfig instance.