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

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

보호된 메소드들

메소드 설명
InstallReadingChangedHandler ( ) : void

Installs the reading handler.

UninstallReadingChangedHandler ( ) : void

Uninstalls the reading handler.

비공개 메소드들

메소드 설명
ConvertToMatrix ( OrientationSensorReading reading ) : System.Matrix
GetSensor ( ) : OrientationSensor
OnReadingChanged ( OrientationSensor sender, OrientationSensorReadingChangedEventArgs args ) : void

메소드 상세

InstallReadingChangedHandler() 보호된 메소드

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

UninstallReadingChangedHandler() 보호된 메소드

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