Sensor.TypeGyroscopeLimitedAxesUncalibrated Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.SensorType enum directly instead of this field.

A constant describing an uncalibrated limited axes gyroscope sensor.

[Android.Runtime.Register("TYPE_GYROSCOPE_LIMITED_AXES_UNCALIBRATED", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.SensorType enum directly instead of this field.", true)]
public const Android.Hardware.SensorType TypeGyroscopeLimitedAxesUncalibrated = 41;
[<Android.Runtime.Register("TYPE_GYROSCOPE_LIMITED_AXES_UNCALIBRATED", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.SensorType enum directly instead of this field.", true)>]
val mutable TypeGyroscopeLimitedAxesUncalibrated : Android.Hardware.SensorType

Field Value

Value = 41
Attributes

Remarks

A constant describing an uncalibrated limited axes gyroscope sensor.

See android.hardware.SensorEvent#values SensorEvent.values for more details.

Java documentation for android.hardware.Sensor.TYPE_GYROSCOPE_LIMITED_AXES_UNCALIBRATED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to