pub unsafe extern "C" fn otSrpClientDisableAutoStartMode(
    aInstance: *mut otInstance
)
Expand description

Disables the auto-start mode.

This is only available when auto-start feature OPENTHREAD_CONFIG_SRP_CLIENT_AUTO_START_API_ENABLE is enabled.

Disabling the auto-start mode will not stop the client if it is already running but the client stops monitoring the Thread Network Data to verify that the selected SRP server is still present in it.

Note that a call to otSrpClientStop() will also disable the auto-start mode.

@param[in] aInstance A pointer to the OpenThread instance.