pub unsafe extern "C" fn otBorderAgentIsEnabled(
aInstance: *mut otInstance,
) -> bool
Expand description
Indicates whether or not the Border Agent service is enabled.
@param[in] aInstance The OpenThread instance.
@retval TRUE The Border Agent service is enabled. @retval FALSE The Border Agent service is disabled.