C# Class OpenHardwareMonitor.Hardware.LPC.NCT677X

Inheritance: ISuperIO
Afficher le fichier Open project: pklinef/open-hardware-monitor

Méthodes publiques

Méthode 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

Méthode 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 méthode

public GetReport ( ) : string
Résultat string

NCT677X() public méthode

public NCT677X ( Chip chip, byte revision, ushort port ) : System.Globalization
chip Chip
revision byte
port ushort
Résultat System.Globalization

ReadGPIO() public méthode

public ReadGPIO ( int index ) : byte?
index int
Résultat byte?

SetControl() public méthode

public SetControl ( int index, byte value ) : void
index int
value byte
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

WriteGPIO() public méthode

public WriteGPIO ( int index, byte value ) : void
index int
value byte
Résultat void