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

Inheritance: Cooler, IFan
Afficher le fichier Open project: Doridian/CorsairLinkPlusPlus

Protected Properties

Свойство Type Description
cachedPWM bool?

Méthodes publiques

Méthode Description
Refresh ( bool volatileOnly ) : void

Private Methods

Méthode 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 méthode

public Refresh ( bool volatileOnly ) : void
volatileOnly bool
Résultat void

Property Details

cachedPWM protected_oe property

protected bool? cachedPWM
Résultat bool?