Class UncalibratedGyroscopeDataUpdatedEventArgs
Definition
- Namespace:
- Tizen.Sensor
- Assembly:
- Tizen.Sensor.dll
- API Level:
- 3
The UncalibratedGyroscope changed event arguments class is used for storing the data returned by a uncalibrated gyroscope.
public class UncalibratedGyroscopeDataUpdatedEventArgs : EventArgs
- Inheritance
Properties
View SourceBiasX
Gets the BiasX component of the uncalibrated gyroscope data.
Declaration
public float BiasX { get; }
Property Value
Type | Description |
---|---|
Single | The X bias. |
API Level: 3
View SourceBiasY
Gets the BiasY component of the uncalibrated gyroscope data.
Declaration
public float BiasY { get; }
Property Value
Type | Description |
---|---|
Single | The Y bias. |
API Level: 3
View SourceBiasZ
Gets the BiasZ component of the uncalibrated gyroscope data.
Declaration
public float BiasZ { get; }
Property Value
Type | Description |
---|---|
Single | The Z bias. |
API Level: 3
View SourceX
Gets the X component of the uncalibrated gyroscope data.
Declaration
public float X { get; }
Property Value
Type | Description |
---|---|
Single | X |
API Level: 3
View SourceY
Gets the Y component of the uncalibrated gyroscope data.
Declaration
public float Y { get; }
Property Value
Type | Description |
---|---|
Single | Y |
API Level: 3
View SourceZ
Gets the Z component of the uncalibrated gyroscope data.
Declaration
public float Z { get; }
Property Value
Type | Description |
---|---|
Single | Z |