Class GyroscopeRotationVectorSensorDataUpdatedEventArgs

Definition

Namespace:
Tizen.Sensor
Assembly:
Tizen.Sensor.dll
API Level:
3

The GyroscopeRotationVectorSensor changed event arguments class is used for storing the data returned by a gyroscope rotation vector sensor.

C#
Copy
public class GyroscopeRotationVectorSensorDataUpdatedEventArgs : EventArgs
Inheritance
GyroscopeRotationVectorSensorDataUpdatedEventArgs

Properties

View Source

Accuracy

Gets the accuracy of the gyroscope rotation vector data.

Declaration
C#
Copy
public SensorDataAccuracy Accuracy { get; }
Property Value
Type Description
SensorDataAccuracy

Accuracy

API Level: 3
View Source

W

Gets the W component of the gyroscope rotation vector.

Declaration
C#
Copy
public float W { get; }
Property Value
Type Description
Single

W

API Level: 3
View Source

X

Gets the X component of the gyroscope rotation vector.

Declaration
C#
Copy
public float X { get; }
Property Value
Type Description
Single

X

API Level: 3
View Source

Y

Gets the Y component of the gyroscope rotation vector.

Declaration
C#
Copy
public float Y { get; }
Property Value
Type Description
Single

Y

API Level: 3
View Source

Z

Gets the Z component of the gyroscope rotation vector.

Declaration
C#
Copy
public float Z { get; }
Property Value
Type Description
Single

Z

API Level: 3