C# Class YAMP.Sensors.Devices.BaseDevice

The base of all devices.
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes protégées

Méthode Description
InstallHandler ( Object sensor ) : void

Installs the device specific handler (or not).

InstallReadingChangedHandler ( ) : void

Installs the reading handler.

UninstallHandler ( Object sensor ) : void

Uninstalls the device specific handler (or not).

UninstallReadingChangedHandler ( ) : void

Uninstalls the reading handler.

Method Details

InstallHandler() protected méthode

Installs the device specific handler (or not).
protected InstallHandler ( Object sensor ) : void
sensor Object
Résultat void

InstallReadingChangedHandler() protected abstract méthode

Installs the reading handler.
protected abstract InstallReadingChangedHandler ( ) : void
Résultat void

UninstallHandler() protected méthode

Uninstalls the device specific handler (or not).
protected UninstallHandler ( Object sensor ) : void
sensor Object
Résultat void

UninstallReadingChangedHandler() protected abstract méthode

Uninstalls the reading handler.
protected abstract UninstallReadingChangedHandler ( ) : void
Résultat void