Sensor.TypeGyroscopeLimitedAxes フィールド

定義

注意事項

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

限られた軸ジャイロスコープ センサーを記述する定数。

[Android.Runtime.Register("TYPE_GYROSCOPE_LIMITED_AXES", 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 TypeGyroscopeLimitedAxes = 39;
[<Android.Runtime.Register("TYPE_GYROSCOPE_LIMITED_AXES", 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 TypeGyroscopeLimitedAxes : Android.Hardware.SensorType

フィールド値

Value = 39
属性

注釈

限られた軸ジャイロスコープ センサーを記述する定数。

詳細については、 android.hardware.SensorEvent#values SensorEvent.values をご覧ください。

android.hardware.Sensor.TYPE_GYROSCOPE_LIMITED_AXESJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象