C# Class OpenHardwareMonitor.Hardware.Mainboard.SuperIOHardware.Voltage

Show file Open project: pklinef/open-hardware-monitor

Public Properties

Property Type Description
Hidden bool
Index int
Name string
Rf float
Ri float
Vf float

Public Methods

Method Description
Voltage ( string name, int index ) : System
Voltage ( string name, int index, bool hidden ) : System
Voltage ( string name, int index, float ri, float rf ) : System
Voltage ( string name, int index, float ri, float rf, float vf, bool hidden ) : System

Method Details

Voltage() public method

public Voltage ( string name, int index ) : System
name string
index int
return System

Voltage() public method

public Voltage ( string name, int index, bool hidden ) : System
name string
index int
hidden bool
return System

Voltage() public method

public Voltage ( string name, int index, float ri, float rf ) : System
name string
index int
ri float
rf float
return System

Voltage() public method

public Voltage ( string name, int index, float ri, float rf, float vf, bool hidden ) : System
name string
index int
ri float
rf float
vf float
hidden bool
return System

Property Details

Hidden public property

public bool Hidden
return bool

Index public property

public int Index
return int

Name public property

public string Name
return string

Rf public property

public float Rf
return float

Ri public property

public float Ri
return float

Vf public property

public float Vf
return float