C# Class CorsairLinkPlusPlus.Driver.CorsairLink.Node.Internal.PSUMainsPowerDevice

Inheritance: PSUPrimaryPowerDevice
Datei anzeigen Open project: Doridian/CorsairLinkPlusPlus Class Usage Examples

Protected Properties

Property Type Description
cachedEfficiency double
cachedPowerIn double

Public Methods

Method Description
Refresh ( bool volatileOnly ) : void

Protected Methods

Method Description
GetSubDevicesInternal ( ) : List
ReadValues ( ) : void

Private Methods

Method Description
PSUMainsPowerDevice ( LinkDevicePSU psuDevice, byte channel, string name ) : CorsairLinkPlusPlus.Common
ReadEfficiency ( ) : double
ReadPowerIn ( ) : double

Method Details

GetSubDevicesInternal() protected method

protected GetSubDevicesInternal ( ) : List
return List

ReadValues() protected method

protected ReadValues ( ) : void
return void

Refresh() public method

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

Property Details

cachedEfficiency protected_oe property

protected double cachedEfficiency
return double

cachedPowerIn protected_oe property

protected double cachedPowerIn
return double