pub unsafe extern "C" fn otSrpServerIsAutoEnableMode(
aInstance: *mut otInstance,
) -> bool
Expand description
Indicates whether the auto-enable mode is enabled or disabled.
Requires OPENTHREAD_CONFIG_BORDER_ROUTING_ENABLE
feature.
@param[in] aInstance A pointer to an OpenThread instance.
@retval TRUE The auto-enable mode is enabled. @retval FALSE The auto-enable mode is disabled.