MoverioInputGetMagUncalibratedAccuracy Method |
Get the accuracy of Uncalib Magnetic field sensor.
Namespace:
MoverioBasicFunctionUnityPlugin
Assembly:
MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public static SensorDataAccuracy GetMagUncalibratedAccuracy()
Return Value
Type:
SensorDataAccuracyReturns SENSOR_DATA_UNRELIABLE, SENSOR_DATA_ACCURACY_HIGH, SENSOR_DATA_ACCURACY_LOW or SENSOR_DATA_ACCURACY_MEDIUM.
Exceptions Exception | Condition |
---|
IOException | Thrown when getting the accuracy of Uncalibrated Magnetic field sensor is failed. |
See Also