C# Класс YAMP.Sensors.Devices.BaseDevice

The base of all devices.
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Описание методов

InstallHandler() защищенный Метод

Installs the device specific handler (or not).
protected InstallHandler ( Object sensor ) : void
sensor Object
Результат void

InstallReadingChangedHandler() защищенный абстрактный Метод

Installs the reading handler.
protected abstract InstallReadingChangedHandler ( ) : void
Результат void

UninstallHandler() защищенный Метод

Uninstalls the device specific handler (or not).
protected UninstallHandler ( Object sensor ) : void
sensor Object
Результат void

UninstallReadingChangedHandler() защищенный абстрактный Метод

Uninstalls the reading handler.
protected abstract UninstallReadingChangedHandler ( ) : void
Результат void