Enum GnssMode
- Namespace
- Iot.Device.Common.GnssDevice
- Assembly
- Iot.Device.Common.GnssDevice.dll
The Global Navigation Satellite System mode. More can be found at https://web.archive.org/web/20220902160821/https://www.nmea.org/Assets/NMEA%200183%20Talker%20Identifier%20Mnemonics.pdf.
public enum GnssMode
Fields
BeiDou = 2
BD for BeiDou Navigation Satellite System.
Galileo = 5
GA for Galileo.
Glonass = 3
GL for Global Navigation Satellite System.
Gnss = 9
GN for Global Navigation Satellite System including multiple constellations.
Gps = 1
GP for Global Positioning System.
GI for Navigation with Indian Constellation.
None = 0
No GNSS mode selected.
Other = 10
Other system such as instrument-specific.
Qzss = 4
GQ for Quasi-Zenith Satellite System.
Sbas = 6
Satellite-Based Augmentation Systems.
Wass = 7
Wide Area Augmentation System.