pub unsafe extern "C" fn otDiagIsEnabled(
aInstance: *mut otInstance,
) -> bool
Expand description
Indicates whether or not the factory diagnostics mode is enabled.
@param[in] aInstance A pointer to an OpenThread instance.
@retval TRUE if factory diagnostics mode is enabled @retval FALSE if factory diagnostics mode is disabled.