Class GnssBase
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
Methods
GetLocation()
Gets the position of the GNSS device.
public abstract Location GetLocation()
Returns
- Location
A GNSS position or null if none.