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