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

Inheritance: ISuperIO
显示文件 Open project: pklinef/open-hardware-monitor

Public Methods

Method 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

Method Description
ReadFirstLine ( Stream stream ) : string

Method Details

Close() public method

public Close ( ) : void
return void

GetReport() public method

public GetReport ( ) : string
return string

LMChip() public method

public LMChip ( Chip chip, string path ) : System.Collections.Generic
chip Chip
path string
return System.Collections.Generic

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