Compartilhar via


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
CodeLock 1
BitSync 2
SubframeSync 4
TowDecoded 8
MsecAmbiguous 16
SymbolSync 32
GloStringSync 64
GloTodDecoded 128
BdsD2BitSync 256
BdsD2SubframeSync 512
GalE1bcCodeLock 1024
GalE1c2ndCodeLock 2048
GalE1bPageSync 4096
SbasSync 8192
TowKnown 16384
GloTodKnown 32768
S2ndCodeLock 65536

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