LoggingSink.SendSentence(NmeaSinkAndSource, NmeaSentence) Method

Definition

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 override void SendSentence (Iot.Device.Nmea0183.NmeaSinkAndSource source, Iot.Device.Nmea0183.Sentences.NmeaSentence sentence);
override this.SendSentence : Iot.Device.Nmea0183.NmeaSinkAndSource * Iot.Device.Nmea0183.Sentences.NmeaSentence -> unit
Public Overrides Sub SendSentence (source As NmeaSinkAndSource, sentence As NmeaSentence)

Parameters

source
NmeaSinkAndSource

Source of message

sentence
NmeaSentence

Sentence to send

Applies to