C# Class CorsairLinkPlusPlus.Driver.CorsairLink.Controller.TemperatureDependantControllerBase

Inheritance: ControllerBase, ITemperatureDependantController
Afficher le fichier Open project: Doridian/CorsairLinkPlusPlus

Méthodes publiques

Méthode Description
GetThermistor ( ) : IThermistor
SetThermistor ( IThermistor thermistor ) : void
TemperatureDependantControllerBase ( ) : CorsairLinkPlusPlus.Common.Controller
TemperatureDependantControllerBase ( IThermistor thermistor ) : CorsairLinkPlusPlus.Common.Controller

Private Methods

Méthode Description
Apply ( Sensor sensor ) : void
GetTemperature ( ) : double
Refresh ( Sensor sensor ) : void

Method Details

GetThermistor() public méthode

public GetThermistor ( ) : IThermistor
Résultat IThermistor

SetThermistor() public méthode

public SetThermistor ( IThermistor thermistor ) : void
thermistor IThermistor
Résultat void

TemperatureDependantControllerBase() public méthode

public TemperatureDependantControllerBase ( ) : CorsairLinkPlusPlus.Common.Controller
Résultat CorsairLinkPlusPlus.Common.Controller

TemperatureDependantControllerBase() public méthode

public TemperatureDependantControllerBase ( IThermistor thermistor ) : CorsairLinkPlusPlus.Common.Controller
thermistor IThermistor
Résultat CorsairLinkPlusPlus.Common.Controller