Skip to main content

Class Bg95M3

Represents a BG95-M3 Cellular/GNSS module

Assembly: Bg95M3.dll
View Source
Declaration
public class Bg95M3 : IGnssSensor

Implements:
Meadow.Peripherals.Sensors.Location.Gnss.IGnssSensor

Properties

SupportedResultTypes

Supported GNSS result types

View Source
Declaration
public IGnssResult[] SupportedResultTypes { get; }

Methods

StartUpdating()

Start updating

View Source
Declaration
public void StartUpdating()

StopUpdating()

Stop updating GNSS data

View Source
Declaration
public void StopUpdating()

Events

GnssDataReceived

Raised when new GNSS data is available

View Source
Declaration
public event EventHandler<IGnssResult> GnssDataReceived
Event Type

System.EventHandler<Meadow.Peripherals.Sensors.Location.Gnss.IGnssResult>

Implements

  • Meadow.Peripherals.Sensors.Location.Gnss.IGnssSensor