C# Class OpenHardwareMonitor.Hardware.LPC.IT87XX

Inheritance: ISuperIO
Datei anzeigen Open project: pklinef/open-hardware-monitor Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
ReadByte ( byte register, bool &valid ) : byte
WriteByte ( byte register, byte value ) : bool

Method Details

GetReport() public method

public GetReport ( ) : string
return string

IT87XX() public method

public IT87XX ( Chip chip, ushort address, ushort gpioAddress, byte version ) : System.Globalization
chip Chip
address ushort
gpioAddress ushort
version byte
return System.Globalization

ReadGPIO() public method

public ReadGPIO ( int index ) : byte?
index int
return byte?

SetControl() public method

public SetControl ( int index, byte value ) : void
index int
value byte
return void

Update() public method

public Update ( ) : void
return void

WriteGPIO() public method

public WriteGPIO ( int index, byte value ) : void
index int
value byte
return void