Class UncalibratedMagnetometerDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The UncalibratedMagnetometer changed event arguments class is used for storing the data returned by a uncalibrated magnetometer.
public class UncalibratedMagnetometerDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsUncalibratedMagnetometerDataUpdatedEventArgs
Properties
View SourceBiasX
Gets the BiasX component of the uncalibrated magnetometer data.
Declaration
public float BiasX { get; }
Property Value
Type | Description |
---|---|
float | The X bias. |
BiasY
Gets the BiasY component of the uncalibrated magnetometer data.
Declaration
public float BiasY { get; }
Property Value
Type | Description |
---|---|
float | The Y bias. |
BiasZ
Gets the BiasZ component of the uncalibrated magnetometer data.
Declaration
public float BiasZ { get; }
Property Value
Type | Description |
---|---|
float | The Z bias. |
X
Gets the X component of the uncalibrated magnetometer data.
Declaration
public float X { get; }
Property Value
Type | Description |
---|---|
float | X |
Y
Gets the Y component of the uncalibrated magnetometer data.
Declaration
public float Y { get; }
Property Value
Type | Description |
---|---|
float | Y |
Z
Gets the Z component of the uncalibrated magnetometer data.
Declaration
public float Z { get; }
Property Value
Type | Description |
---|---|
float | Z |