Skip to main content

Interface IGnssPositionEventSource

An interface for classes that generate GNSS positional data events

Assembly: NmeaProcessor.dll
View Source
Declaration
public interface IGnssPositionEventSource

Events

PositionReceived

Raised when position data is received

View Source
Declaration
event EventHandler<GnssPositionInfo>? PositionReceived
Event Type

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