Table of Contents

Enum Fix

Namespace
Iot.Device.Common.GnssDevice
Assembly
Iot.Device.Common.GnssDevice.dll

Defines the Gnss module fix status.

public enum Fix : byte

Fields

Fix2D = 2

Represents a 2D fix status of the Gnss module.

Fix3D = 3

Represents a 3D fix status of the Gnss module.

NoFix = 1

Represents no fix mode of the Gnss module.