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#Copypublic class UncalibratedMagnetometerDataUpdatedEventArgs : EventArgs
- Inheritance
-
System.ObjectSystem.EventArgsUncalibratedMagnetometerDataUpdatedEventArgs
Properties
Declaration
C#Copypublic float BiasX { get; }
Property Value
Type | Description |
---|---|
System.Single | The X bias. |
API Level: 3
Declaration
C#Copypublic float BiasY { get; }
Property Value
Type | Description |
---|---|
System.Single | The Y bias. |
API Level: 3
Declaration
C#Copypublic float BiasZ { get; }
Property Value
Type | Description |
---|---|
System.Single | The Z bias. |
API Level: 3
Declaration
C#Copypublic float X { get; }
Property Value
Type | Description |
---|---|
System.Single | X |
API Level: 3
Declaration
C#Copypublic float Y { get; }
Property Value
Type | Description |
---|---|
System.Single | Y |
API Level: 3
Declaration
C#Copypublic float Z { get; }
Property Value
Type | Description |
---|---|
System.Single | Z |