C# 클래스 CorsairLinkPlusPlus.Driver.CorsairLink.Sensor.Fan

상속: Cooler, IFan
파일 보기 프로젝트 열기: Doridian/CorsairLinkPlusPlus

보호된 프로퍼티들

프로퍼티 타입 설명
cachedPWM bool?

공개 메소드들

메소드 설명
Refresh ( bool volatileOnly ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Refresh() 공개 메소드

public Refresh ( bool volatileOnly ) : void
volatileOnly bool
리턴 void

프로퍼티 상세

cachedPWM 보호되어 있는 프로퍼티

protected bool? cachedPWM
리턴 bool?