NmeaSinkAndSource.SendSentence Method

Definition

Overloads

SendSentence(NmeaSentence)

Send the given sentence to the interface.

SendSentence(NmeaSinkAndSource, NmeaSentence)

Send the message to the device. From the implementation side, this is where the input data comes in (e.g. from the message dispatcher)

SendSentence(NmeaSentence)

Send the given sentence to the interface.

public void SendSentence (Iot.Device.Nmea0183.Sentences.NmeaSentence sentence);
member this.SendSentence : Iot.Device.Nmea0183.Sentences.NmeaSentence -> unit
Public Sub SendSentence (sentence As NmeaSentence)

Parameters

sentence
NmeaSentence

Sentence to send

Applies to

SendSentence(NmeaSinkAndSource, NmeaSentence)

Send the message to the device. From the implementation side, this is where the input data comes in (e.g. from the message dispatcher)

public abstract void SendSentence (Iot.Device.Nmea0183.NmeaSinkAndSource source, Iot.Device.Nmea0183.Sentences.NmeaSentence sentence);
abstract member SendSentence : Iot.Device.Nmea0183.NmeaSinkAndSource * Iot.Device.Nmea0183.Sentences.NmeaSentence -> unit
Public MustOverride Sub SendSentence (source As NmeaSinkAndSource, sentence As NmeaSentence)

Parameters

source
NmeaSinkAndSource

Source of message

sentence
NmeaSentence

Sentence to send

Applies to