Class UncalibratedGyroscopeDataUpdatedEventArgs

Definition

Namespace:
Tizen.Sensor
Assembly:
Tizen.Sensor.dll

The UncalibratedGyroscope changed event arguments class is used for storing the data returned by a uncalibrated gyroscope.

C#
Copy
public class UncalibratedGyroscopeDataUpdatedEventArgs : EventArgs
Inheritance
object
System.EventArgs
UncalibratedGyroscopeDataUpdatedEventArgs

Properties

View Source

BiasX

Gets the BiasX component of the uncalibrated gyroscope data.

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

The X bias.

View Source

BiasY

Gets the BiasY component of the uncalibrated gyroscope data.

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

The Y bias.

View Source

BiasZ

Gets the BiasZ component of the uncalibrated gyroscope data.

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

The Z bias.

View Source

X

Gets the X component of the uncalibrated gyroscope data.

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

X

View Source

Y

Gets the Y component of the uncalibrated gyroscope data.

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

Y

View Source

Z

Gets the Z component of the uncalibrated gyroscope data.

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

Z