Class UncalibratedMagnetometerDataUpdatedEventArgs

Definition

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

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

C#
Copy
public class UncalibratedMagnetometerDataUpdatedEventArgs : EventArgs
Inheritance
UncalibratedMagnetometerDataUpdatedEventArgs

Properties

View Source

BiasX

Gets the BiasX component of the uncalibrated magnetometer data.

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

The X bias.

API Level: 3
View Source

BiasY

Gets the BiasY component of the uncalibrated magnetometer data.

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

The Y bias.

API Level: 3
View Source

BiasZ

Gets the BiasZ component of the uncalibrated magnetometer data.

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

The Z bias.

API Level: 3
View Source

X

Gets the X component of the uncalibrated magnetometer data.

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 uncalibrated magnetometer data.

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 uncalibrated magnetometer data.

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

Z

API Level: 3