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

Inheritance: ControllerBase, ITemperatureDependantController
显示文件 Open project: Doridian/CorsairLinkPlusPlus

Public Methods

Method Description
GetThermistor ( ) : IThermistor
SetThermistor ( IThermistor thermistor ) : void
TemperatureDependantControllerBase ( ) : CorsairLinkPlusPlus.Common.Controller
TemperatureDependantControllerBase ( IThermistor thermistor ) : CorsairLinkPlusPlus.Common.Controller

Private Methods

Method Description
Apply ( Sensor sensor ) : void
GetTemperature ( ) : double
Refresh ( Sensor sensor ) : void

Method Details

GetThermistor() public method

public GetThermistor ( ) : IThermistor
return IThermistor

SetThermistor() public method

public SetThermistor ( IThermistor thermistor ) : void
thermistor IThermistor
return void

TemperatureDependantControllerBase() public method

public TemperatureDependantControllerBase ( ) : CorsairLinkPlusPlus.Common.Controller
return CorsairLinkPlusPlus.Common.Controller

TemperatureDependantControllerBase() public method

public TemperatureDependantControllerBase ( IThermistor thermistor ) : CorsairLinkPlusPlus.Common.Controller
thermistor IThermistor
return CorsairLinkPlusPlus.Common.Controller