C# Class CorsairLinkPlusPlus.Driver.CorsairLink.Sensor.Fan

Inheritance: Cooler, IFan
显示文件 Open project: Doridian/CorsairLinkPlusPlus

Protected Properties

Property Type Description
cachedPWM bool?

Public Methods

Method Description
Refresh ( bool volatileOnly ) : void

Private Methods

Method Description
Fan ( BaseLinkDevice device, int id ) : CorsairLinkPlusPlus.Common.Sensor
GetControlCurve ( ) : double>.ControlCurve
GetFixedPercent ( ) : double
GetFixedRPM ( ) : double
GetMinimalRPM ( ) : double
IsPWMInternal ( ) : bool
SetControlCurve ( double>.ControlCurve curve ) : void
SetFixedPercent ( double percent ) : void
SetFixedRPM ( double fixedRPM ) : void
SetMinimalRPM ( double rpm ) : void

Method Details

Refresh() public method

public Refresh ( bool volatileOnly ) : void
volatileOnly bool
return void

Property Details

cachedPWM protected_oe property

protected bool? cachedPWM
return bool?