Class MagnetometerRotationVectorSensorDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The MagnetometerRotationVectorSensor changed event arguments class is used for storing the data returned by a magnetometer rotation vector sensor.
C#Copypublic class MagnetometerRotationVectorSensorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsMagnetometerRotationVectorSensorDataUpdatedEventArgs
Properties
Declaration
C#Copypublic SensorDataAccuracy Accuracy { get; }
Property Value
| Type | Description |
|---|---|
| SensorDataAccuracy | Accuracy |
Declaration
C#Copypublic float W { get; }
Property Value
| Type | Description |
|---|---|
| float | W |
Declaration
C#Copypublic float X { get; }
Property Value
| Type | Description |
|---|---|
| float | X |
Declaration
C#Copypublic float Y { get; }
Property Value
| Type | Description |
|---|---|
| float | Y |
Declaration
C#Copypublic float Z { get; }
Property Value
| Type | Description |
|---|---|
| float | Z |