C# Class YAMP.Sensors.Devices.BaseDevice

The base of all devices.
ファイルを表示 Open project: FlorianRappl/YAMP

Protected Methods

Method 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 method

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

InstallReadingChangedHandler() protected abstract method

Installs the reading handler.
protected abstract InstallReadingChangedHandler ( ) : void
return void

UninstallHandler() protected method

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

UninstallReadingChangedHandler() protected abstract method

Uninstalls the reading handler.
protected abstract UninstallReadingChangedHandler ( ) : void
return void