pub unsafe extern "C" fn otSrpServerIsFastStartModeEnabled(
aInstance: *mut otInstance,
) -> bool
Expand description
Indicates whether the Fast Start Mode is enabled or disabled.
Requires OPENTHREAD_CONFIG_SRP_SERVER_FAST_START_MODE_ENABLE
feature to be enabled.
@param[in] aInstance A pointer to an OpenThread instance.
@retval TRUE The fast-start mode is enabled. @retval FALSE The fast-start mode is disabled.