C# Class OpenHardwareMonitor.Hardware.LPC.F718XX

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

Public Methods

Method Description
F718XX ( Chip chip, ushort address ) : System.Globalization
GetReport ( ) : string
ReadGPIO ( int index ) : byte?
SetControl ( int index, byte value ) : void
Update ( ) : void
WriteGPIO ( int index, byte value ) : void

Private Methods

Method Description
ReadByte ( byte register ) : byte

Method Details

F718XX() public method

public F718XX ( Chip chip, ushort address ) : System.Globalization
chip Chip
address ushort
return System.Globalization

GetReport() public method

public GetReport ( ) : string
return string

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