C# 클래스 OpenHardwareMonitor.Hardware.HDD.AbstractHarddrive

상속: Hardware
파일 보기 프로젝트 열기: pklinef/open-hardware-monitor 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
CreateInstance ( ISmart smart, int driveIndex, ISettings settings ) : AbstractHarddrive
GetReport ( ) : string
Traverse ( IVisitor visitor ) : void
Update ( ) : void
UpdateAdditionalSensors ( DriveAttributeValue values ) : void

보호된 메소드들

메소드 설명
AbstractHarddrive ( ISmart smart, string name, string firmwareRevision, int index, IEnumerable smartAttributes, ISettings settings ) : System
RawToInt ( byte raw, byte value ) : float

비공개 메소드들

메소드 설명
CreateSensors ( ) : void

메소드 상세

AbstractHarddrive() 보호된 메소드

protected AbstractHarddrive ( ISmart smart, string name, string firmwareRevision, int index, IEnumerable smartAttributes, ISettings settings ) : System
smart ISmart
name string
firmwareRevision string
index int
smartAttributes IEnumerable
settings ISettings
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

CreateInstance() 공개 정적인 메소드

public static CreateInstance ( ISmart smart, int driveIndex, ISettings settings ) : AbstractHarddrive
smart ISmart
driveIndex int
settings ISettings
리턴 AbstractHarddrive

GetReport() 공개 메소드

public GetReport ( ) : string
리턴 string

RawToInt() 보호된 정적인 메소드

protected static RawToInt ( byte raw, byte value ) : float
raw byte
value byte
리턴 float

Traverse() 공개 메소드

public Traverse ( IVisitor visitor ) : void
visitor IVisitor
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateAdditionalSensors() 공개 메소드

public UpdateAdditionalSensors ( DriveAttributeValue values ) : void
values DriveAttributeValue
리턴 void