GnssNavigationStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum GnssNavigationStatus
type GnssNavigationStatus =
- Inheritance
-
GnssNavigationStatus
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | The Navigation Message Status is 'unknown'. Android reference for 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. |
| ParityPassed | 1 | The Navigation Message was received without any parity error in its navigation words. Android reference for 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. |
| ParityRebuilt | 2 | The Navigation Message was received with words that failed parity check, but the receiver was able to correct those words. Android reference for 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. |
| Sbs | 513 | SBAS message contained in the structure. Android reference for 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. |
| QzsL1ca | 1025 | QZSS L1 C/A message contained in the structure. Android reference for 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. |
| IrnL5ca | 1793 | NavIC L5 C/A message contained in the structure. Android reference for 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. |
Remarks
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.