CalibrationStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calibration status contains every variation from 00 to 11 for every sensor. The most interesting one is full success don't try to measure full success for all 4 elements at the same time The magnetometer is the one to really wait for calibration. Calibration is done automatically by the system
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum CalibrationStatus
[<System.Flags>]
type CalibrationStatus =
Public Enum CalibrationStatus
- Inheritance
-
CalibrationStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
MagnetometerSuccess | 3 | Magnetometer success |
AccelerometerSuccess | 12 | Accelerometer success |
GyroscopeSuccess | 48 | Gyroscope success |
SystemSuccess | 192 | System success |