[][src]Function openthread_sys::otDiagIsEnabled

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

This function 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.