C# Class OpenHardwareMonitor.Hardware.LPC.IT87XX

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

Méthodes publiques

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

Méthode Description
ReadByte ( byte register, bool &valid ) : byte
WriteByte ( byte register, byte value ) : bool

Method Details

GetReport() public méthode

public GetReport ( ) : string
Résultat string

IT87XX() public méthode

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