NmeaSinkAndSource.SendSentence 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.
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