C# Class OpenHardwareMonitor.Hardware.TBalancer.TBalancer

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

Méthodes publiques

Méthode Description
Close ( ) : void
GetReport ( ) : string
Open ( ) : void
TBalancer ( int portIndex, byte protocolVersion, ISettings settings ) : System
Update ( ) : void

Méthodes protégées

Méthode Description
ActivateSensor ( ISensor sensor ) : void
DeactivateSensor ( ISensor sensor ) : void

Private Methods

Méthode Description
DelayedAlternativeRequest ( ) : void
ReadData ( ) : void
ReadminiNG ( int data, int number ) : void

Method Details

ActivateSensor() protected méthode

protected ActivateSensor ( ISensor sensor ) : void
sensor ISensor
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

DeactivateSensor() protected méthode

protected DeactivateSensor ( ISensor sensor ) : void
sensor ISensor
Résultat void

GetReport() public méthode

public GetReport ( ) : string
Résultat string

Open() public méthode

public Open ( ) : void
Résultat void

TBalancer() public méthode

public TBalancer ( int portIndex, byte protocolVersion, ISettings settings ) : System
portIndex int
protocolVersion byte
settings ISettings
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void