C# Class OpenHardwareMonitor.Hardware.LPC.NCT677X

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

Public Methods

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

Private Methods

Method Description
IsNuvotonVendor ( ) : bool
ReadByte ( ushort address ) : byte
RestoreDefaultFanControl ( int index ) : void
SaveDefaultFanControl ( int index ) : void
WriteByte ( ushort address, byte value ) : void

Method Details

GetReport() public method

public GetReport ( ) : string
return string

NCT677X() public method

public NCT677X ( Chip chip, byte revision, ushort port ) : System.Globalization
chip Chip
revision byte
port ushort
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