NmeaParser.SendSentence(NmeaSinkAndSource, NmeaSentence) Method
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.
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