C# 클래스 OpenHardwareMonitor.Hardware.LPC.LMSensors.LMChip

상속: ISuperIO
파일 보기 프로젝트 열기: pklinef/open-hardware-monitor

공개 메소드들

메소드 설명
Close ( ) : void
GetReport ( ) : string
LMChip ( Chip chip, string path ) : System.Collections.Generic
ReadGPIO ( int index ) : byte?
SetControl ( int index, byte value ) : void
Update ( ) : void
WriteGPIO ( int index, byte value ) : void

비공개 메소드들

메소드 설명
ReadFirstLine ( Stream stream ) : string

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetReport() 공개 메소드

public GetReport ( ) : string
리턴 string

LMChip() 공개 메소드

public LMChip ( Chip chip, string path ) : System.Collections.Generic
chip Chip
path string
리턴 System.Collections.Generic

ReadGPIO() 공개 메소드

public ReadGPIO ( int index ) : byte?
index int
리턴 byte?

SetControl() 공개 메소드

public SetControl ( int index, byte value ) : void
index int
value byte
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

WriteGPIO() 공개 메소드

public WriteGPIO ( int index, byte value ) : void
index int
value byte
리턴 void