GnssNavigationMessage.StatusParityRebuilt 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 with words that failed parity check, but the receiver was able to correct those words.

[Android.Runtime.Register("STATUS_PARITY_REBUILT", 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 StatusParityRebuilt = 2;
[<Android.Runtime.Register("STATUS_PARITY_REBUILT", 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 StatusParityRebuilt : Android.Locations.GnssNavigationStatus

Field Value

Value = 2

Implements

Attributes

Remarks

The Navigation Message was received with words that failed parity check, but the receiver was able to correct those words.

Java documentation for android.location.GnssNavigationMessage.STATUS_PARITY_REBUILT.

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