Class MagnetometerRotationVectorSensorDataUpdatedEventArgs
Definition
- Namespace:
- Tizen.Sensor
- Assembly:
- Tizen.Sensor.dll
- API Level:
- 3
The MagnetometerRotationVectorSensor changed event arguments class is used for storing the data returned by a magnetometer rotation vector sensor.
public class MagnetometerRotationVectorSensorDataUpdatedEventArgs : EventArgs
- Inheritance
Properties
View SourceAccuracy
Gets the accuracy of the magnetometer rotation vector data.
Declaration
public SensorDataAccuracy Accuracy { get; }
Property Value
Type | Description |
---|---|
SensorDataAccuracy | Accuracy |
API Level: 3
View SourceW
Gets the W component of the magnetometer rotation vector.
Declaration
public float W { get; }
Property Value
Type | Description |
---|---|
Single | W |
API Level: 3
View SourceX
Gets the X component of the magnetometer rotation vector.
Declaration
public float X { get; }
Property Value
Type | Description |
---|---|
Single | X |
API Level: 3
View SourceY
Gets the Y component of the magnetometer rotation vector.
Declaration
public float Y { get; }
Property Value
Type | Description |
---|---|
Single | Y |
API Level: 3
View SourceZ
Gets the Z component of the magnetometer rotation vector.
Declaration
public float Z { get; }
Property Value
Type | Description |
---|---|
Single | Z |