Edit

Share via


OpenHardwareMonitor.Sensor.UpdateValue(Double) Method

Definition

Read the value from the underlying transport. This is expected to be overridden by derived classes, unless they use Value to set the content.

protected virtual bool UpdateValue (out double value);
abstract member UpdateValue : double -> bool
override this.UpdateValue : double -> bool
Protected Overridable Function UpdateValue (ByRef value As Double) As Boolean

Parameters

value
Double

Returns

Applies to