C# 클래스 YAMP.Sensors.Devices.BaseDevice

The base of all devices.
파일 보기 프로젝트 열기: FlorianRappl/YAMP

보호된 메소드들

메소드 설명
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