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

The compass device.
상속: BaseDevice
파일 보기 프로젝트 열기: FlorianRappl/YAMP

보호된 메소드들

메소드 설명
InstallReadingChangedHandler ( ) : void

Installs the reading handler.

UninstallReadingChangedHandler ( ) : void

Uninstalls the reading handler.

비공개 메소드들

메소드 설명
ConvertToHeadingNorth ( CompassReading reading ) : HeadingNorth
GetSensor ( ) : Compass
OnReadingChanged ( Compass sender, CompassReadingChangedEventArgs args ) : void

메소드 상세

InstallReadingChangedHandler() 보호된 메소드

Installs the reading handler.
protected InstallReadingChangedHandler ( ) : void
리턴 void

UninstallReadingChangedHandler() 보호된 메소드

Uninstalls the reading handler.
protected UninstallReadingChangedHandler ( ) : void
리턴 void