C# Class CorsairLinkPlusPlus.Driver.CorsairLink.Sensor.Internal.FanPSU

Inheritance: Fan, IControllableSensor
显示文件 Open project: Doridian/CorsairLinkPlusPlus

Public Methods

Method Description
SaveControllerData ( IController controller ) : void

Protected Methods

Method Description
GetValueInternal ( ) : object

Private Methods

Method Description
FanPSU ( LinkDevicePSU device, int id ) : CorsairLinkPlusPlus.Common.Controller
GetControlCurve ( ) : double>.ControlCurve
GetFixedPercent ( ) : double
GetFixedRPM ( ) : double
GetMinimalRPM ( ) : double
SetControlCurve ( double>.ControlCurve curve ) : void
SetFixedPercent ( double percent ) : void
SetFixedRPM ( double rpm ) : void
SetMinimalRPM ( double rpm ) : void

Method Details

GetValueInternal() protected method

protected GetValueInternal ( ) : object
return object

SaveControllerData() public method

public SaveControllerData ( IController controller ) : void
controller IController
return void