NmeaSinkAndSource.OnNewSequence Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is fired on every new sentence
public virtual event Action<Iot.Device.Nmea0183.NmeaSinkAndSource,Iot.Device.Nmea0183.Sentences.NmeaSentence>? OnNewSequence;
member this.OnNewSequence : Action<Iot.Device.Nmea0183.NmeaSinkAndSource, Iot.Device.Nmea0183.Sentences.NmeaSentence>
Public Overridable Event OnNewSequence As Action(Of NmeaSinkAndSource, NmeaSentence)