Table of Contents

Class GnssBase

Namespace
Iot.Device.AtModem.Gnss
Assembly
Iot.Device.AtModem.dll

Represents a GNSS device for SIMCom modems.

public abstract class GnssBase : GnssDevice
Inheritance
GnssBase
Derived
Inherited Members

Constructors

GnssBase()

protected GnssBase()

Properties

AutomaticUpdate

Gets or sets the interval between wich the GNSS position is updated. An event is raised when a new valid position is received.

public abstract TimeSpan AutomaticUpdate { get; set; }

Property Value

TimeSpan

Methods

GetLocation()

Gets the position of the GNSS device.

public abstract Location GetLocation()

Returns

Location

A GNSS position or null if none.