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

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

공개 메소드들

메소드 설명
GetReport ( ) : string
IT87XX ( Chip chip, ushort address, ushort gpioAddress, byte version ) : System.Globalization
ReadGPIO ( int index ) : byte?
SetControl ( int index, byte value ) : void
Update ( ) : void
WriteGPIO ( int index, byte value ) : void

비공개 메소드들

메소드 설명
ReadByte ( byte register, bool &valid ) : byte
WriteByte ( byte register, byte value ) : bool

메소드 상세

GetReport() 공개 메소드

public GetReport ( ) : string
리턴 string

IT87XX() 공개 메소드

public IT87XX ( Chip chip, ushort address, ushort gpioAddress, byte version ) : System.Globalization
chip Chip
address ushort
gpioAddress ushort
version byte
리턴 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