NmeaSinkAndSource.SendSentences(IEnumerable<NmeaSentence>) Method

Definition

Sends a list of messages at once

public virtual void SendSentences (System.Collections.Generic.IEnumerable<Iot.Device.Nmea0183.Sentences.NmeaSentence> sentencesToSend);
abstract member SendSentences : seq<Iot.Device.Nmea0183.Sentences.NmeaSentence> -> unit
override this.SendSentences : seq<Iot.Device.Nmea0183.Sentences.NmeaSentence> -> unit
Public Overridable Sub SendSentences (sentencesToSend As IEnumerable(Of NmeaSentence))

Parameters

sentencesToSend
IEnumerable<NmeaSentence>

The list of sentences to send

Applies to