pub unsafe extern "C" fn otSrpClientIsAutoStartModeEnabled(
    aInstance: *mut otInstance
) -> bool
Expand description

Indicates the current state of auto-start mode (enabled or disabled).

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

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

@returns TRUE if the auto-start mode is enabled, FALSE otherwise.