C# Class OpenHardwareMonitor.Hardware.LPC.LMSensors.LMChip

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

Méthodes publiques

Méthode Description
Close ( ) : void
GetReport ( ) : string
LMChip ( Chip chip, string path ) : System.Collections.Generic
ReadGPIO ( int index ) : byte?
SetControl ( int index, byte value ) : void
Update ( ) : void
WriteGPIO ( int index, byte value ) : void

Private Methods

Méthode Description
ReadFirstLine ( Stream stream ) : string

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

GetReport() public méthode

public GetReport ( ) : string
Résultat string

LMChip() public méthode

public LMChip ( Chip chip, string path ) : System.Collections.Generic
chip Chip
path string
Résultat System.Collections.Generic

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