GnssNavigationMessage.StatusParityPassed Field

Definition

Caution

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

The Navigation Message was received without any parity error in its navigation words.

[Android.Runtime.Register("STATUS_PARITY_PASSED", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Locations.GnssNavigationStatus enum directly instead of this field.", true)]
public const Android.Locations.GnssNavigationStatus StatusParityPassed = 1;
[<Android.Runtime.Register("STATUS_PARITY_PASSED", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Locations.GnssNavigationStatus enum directly instead of this field.", true)>]
val mutable StatusParityPassed : Android.Locations.GnssNavigationStatus

Field Value

Value = 1

Implements

Attributes

Remarks

The Navigation Message was received without any parity error in its navigation words.

Java documentation for android.location.GnssNavigationMessage.STATUS_PARITY_PASSED.

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