C# 클래스 OpenHardwareMonitor.Hardware.LPC.NCT677X

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

공개 메소드들

메소드 설명
GetReport ( ) : string
NCT677X ( Chip chip, byte revision, ushort port ) : System.Globalization
ReadGPIO ( int index ) : byte?
SetControl ( int index, byte value ) : void
Update ( ) : void
WriteGPIO ( int index, byte value ) : void

비공개 메소드들

메소드 설명
IsNuvotonVendor ( ) : bool
ReadByte ( ushort address ) : byte
RestoreDefaultFanControl ( int index ) : void
SaveDefaultFanControl ( int index ) : void
WriteByte ( ushort address, byte value ) : void

메소드 상세

GetReport() 공개 메소드

public GetReport ( ) : string
리턴 string

NCT677X() 공개 메소드

public NCT677X ( Chip chip, byte revision, ushort port ) : System.Globalization
chip Chip
revision byte
port ushort
리턴 System.Globalization

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