Class Bg95M3
Represents a BG95-M3 Cellular/GNSS module
Assembly: Bg95M3.dll
View Source
public class Bg95M3 : IGnssSensor
Implements:
Meadow.Peripherals.Sensors.Location.Gnss.IGnssSensor
Properties
SupportedResultTypes
Supported GNSS result types
View Source
public IGnssResult[] SupportedResultTypes { get; }
Methods
StartUpdating()
Start updating
View Source
public void StartUpdating()
StopUpdating()
Stop updating GNSS data
View Source
public void StopUpdating()
Events
GnssDataReceived
Raised when new GNSS data is available
View Source
public event EventHandler<IGnssResult> GnssDataReceived
Event Type
System.EventHandler<Meadow.Peripherals.Sensors.Location.Gnss.IGnssResult>
Implements
Meadow.Peripherals.Sensors.Location.Gnss.IGnssSensor