NmeaSinkAndSource.DispatchSentenceEvents Method

Definition

Overloads

DispatchSentenceEvents(NmeaSentence)

Forwards the given sentence to listeners, as needed. Use the current instance as source.

DispatchSentenceEvents(NmeaSinkAndSource, NmeaSentence)

Forwards the given sentence to listeners, as needed.

DispatchSentenceEvents(NmeaSentence)

Forwards the given sentence to listeners, as needed. Use the current instance as source.

protected virtual void DispatchSentenceEvents (Iot.Device.Nmea0183.Sentences.NmeaSentence? typedSequence);
abstract member DispatchSentenceEvents : Iot.Device.Nmea0183.Sentences.NmeaSentence -> unit
override this.DispatchSentenceEvents : Iot.Device.Nmea0183.Sentences.NmeaSentence -> unit
Protected Overridable Sub DispatchSentenceEvents (typedSequence As NmeaSentence)

Parameters

typedSequence
NmeaSentence

The sentences to process

Applies to

DispatchSentenceEvents(NmeaSinkAndSource, NmeaSentence)

Forwards the given sentence to listeners, as needed.

protected virtual void DispatchSentenceEvents (Iot.Device.Nmea0183.NmeaSinkAndSource source, Iot.Device.Nmea0183.Sentences.NmeaSentence? typedSequence);
abstract member DispatchSentenceEvents : Iot.Device.Nmea0183.NmeaSinkAndSource * Iot.Device.Nmea0183.Sentences.NmeaSentence -> unit
override this.DispatchSentenceEvents : Iot.Device.Nmea0183.NmeaSinkAndSource * Iot.Device.Nmea0183.Sentences.NmeaSentence -> unit
Protected Overridable Sub DispatchSentenceEvents (source As NmeaSinkAndSource, typedSequence As NmeaSentence)

Parameters

source
NmeaSinkAndSource

The source from which this event comes (if forwarded)

typedSequence
NmeaSentence

The sentences to process

Applies to