Table of Contents

Enum GnssOperation

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

Defines the Gnss module mode.

public enum GnssOperation : byte

Fields

Auto = 1

A for an automatic mode of operation for the Gnss module.

Manual = 2

M for a manual mode of the Gnss module.

Unknown = 0

Represents an unknown mode of the Gnss module.