Language

GnssState Enum

Definition

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 android.location.GnssMeasurement.STATE_UNKNOWN.

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 android.location.GnssMeasurement.STATE_CODE_LOCK.

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 android.location.GnssMeasurement.STATE_BIT_SYNC.

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 android.location.GnssMeasurement.STATE_SUBFRAME_SYNC.

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 android.location.GnssMeasurement.STATE_TOW_DECODED.

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 android.location.GnssMeasurement.STATE_MSEC_AMBIGUOUS.

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 android.location.GnssMeasurement.STATE_SYMBOL_SYNC.

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 android.location.GnssMeasurement.STATE_GLO_STRING_SYNC.

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 android.location.GnssMeasurement.STATE_GLO_TOD_DECODED.

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 android.location.GnssMeasurement.STATE_BDS_D2_BIT_SYNC.

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 android.location.GnssMeasurement.STATE_BDS_D2_SUBFRAME_SYNC.

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 android.location.GnssMeasurement.STATE_GAL_E1BC_CODE_LOCK.

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 android.location.GnssMeasurement.STATE_GAL_E1C_2ND_CODE_LOCK.

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 android.location.GnssMeasurement.STATE_GAL_E1B_PAGE_SYNC.

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 android.location.GnssMeasurement.STATE_SBAS_SYNC.

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 android.location.GnssMeasurement.STATE_TOW_KNOWN.

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 android.location.GnssMeasurement.STATE_GLO_TOD_KNOWN.

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 android.location.GnssMeasurement.STATE_2ND_CODE_LOCK.

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.

Applies to