GnssState 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.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum GnssState
[<System.Flags>]
type GnssState =
- Inheritance
-
GnssState
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | This GNSS measurement's tracking state is invalid or 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. |
| CodeLock | 1 | This GNSS measurement's tracking state has code lock. 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. |
| BitSync | 2 | This GNSS measurement's tracking state has bit sync. 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. |
| SubframeSync | 4 | This GNSS measurement's tracking state has sub-frame sync. 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. |
| TowDecoded | 8 | This GNSS measurement's tracking state has time-of-week decoded. 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. |
| MsecAmbiguous | 16 | This GNSS measurement's tracking state contains millisecond ambiguity. 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. |
| SymbolSync | 32 | This GNSS measurement's tracking state has symbol sync. 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. |
| GloStringSync | 64 | This Glonass measurement's tracking state has string sync. 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. |
| GloTodDecoded | 128 | This Glonass measurement's tracking state has time-of-day decoded. 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. |
| BdsD2BitSync | 256 | This Beidou measurement's tracking state has D2 bit sync. 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. |
| BdsD2SubframeSync | 512 | This Beidou measurement's tracking state has D2 sub-frame sync. 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. |
| GalE1bcCodeLock | 1024 | This Galileo measurement's tracking state has E1B/C code lock. 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. |
| GalE1c2ndCodeLock | 2048 | This Galileo measurement's tracking state has E1C secondary code lock. 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. |
| GalE1bPageSync | 4096 | This Galileo measurement's tracking state has E1B page sync. 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. |
| SbasSync | 8192 | This SBAS measurement's tracking state has whole second level sync. 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. |
| TowKnown | 16384 | This GNSS measurement's tracking state has time-of-week known, possibly not decoded over the air but has been determined from other sources. If TOW decoded is set then TOW Known will also be set. 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. |
| GloTodKnown | 32768 | This Glonass measurement's tracking state has time-of-day known, possibly not decoded over the air but has been determined from other sources. If TOD decoded is set then TOD Known will also be set. 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. |
| S2ndCodeLock | 65536 | This GNSS measurement's tracking state has secondary code lock. 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.