Class Mt3339
Represents MT3339 MediaTek high-performance, single-chip, multi-GNSS solution
Assembly: Mt3339.dll
View Source
public class Mt3339 : IGnssSensor
Implements:
Meadow.Peripherals.Sensors.Location.Gnss.IGnssSensor
Properties
SupportedResultTypes
Supported GNSS result types
View Source
public IGnssResult[] SupportedResultTypes { get; }
Methods
Initialize()
Initialize the GPS
View Source
protected void Initialize()
StartUpdating()
Start updating GNSS data
View Source
public void StartUpdating()
StopUpdating()
Stop updating GNSS data
View Source
public void StopUpdating()
InitDecoders()
Initialize decoders
View Source
protected void InitDecoders()
Events
GnssDataReceived
Raised when GNSS data is received
View Source
public event EventHandler<IGnssResult> GnssDataReceived
Event Type
System.EventHandler<Meadow.Peripherals.Sensors.Location.Gnss.IGnssResult>
GgaReceived
Raised when GGA data is received
View Source
public event EventHandler<GnssPositionInfo> GgaReceived
Event Type
System.EventHandler<Meadow.Peripherals.Sensors.Location.Gnss.GnssPositionInfo>
GllReceived
Raised when GLL data is received
View Source
public event EventHandler<GnssPositionInfo> GllReceived
Event Type
System.EventHandler<Meadow.Peripherals.Sensors.Location.Gnss.GnssPositionInfo>
GsaReceived
Raised when GSA data is received
View Source
public event EventHandler<ActiveSatellites> GsaReceived
Event Type
System.EventHandler<Meadow.Peripherals.Sensors.Location.Gnss.ActiveSatellites>
RmcReceived
Raised when RMC data is received
View Source
public event EventHandler<GnssPositionInfo> RmcReceived
Event Type
System.EventHandler<Meadow.Peripherals.Sensors.Location.Gnss.GnssPositionInfo>
VtgReceived
Raised when VTG data is received
View Source
public event EventHandler<CourseOverGround> VtgReceived
Event Type
System.EventHandler<Meadow.Peripherals.Sensors.Location.Gnss.CourseOverGround>
GsvReceived
Raised when GSV data is received
View Source
public event EventHandler<SatellitesInView> GsvReceived
Event Type
System.EventHandler<Meadow.Peripherals.Sensors.Location.Gnss.SatellitesInView>
Implements
Meadow.Peripherals.Sensors.Location.Gnss.IGnssSensor