Edit

Share via


RoutePart Constructors

Definition

Overloads

RoutePart(TalkerSentence, DateTimeOffset)

Internal constructor

RoutePart(TalkerId, IEnumerable<String>, DateTimeOffset)

Date and time message (ZDA). This should not normally need the last time as argument, because it defines it.

RoutePart(String, Int32, Int32, List<String>)

Constructs a new RTE sentence

RoutePart(TalkerSentence, DateTimeOffset)

Internal constructor

public RoutePart (Iot.Device.Nmea0183.TalkerSentence sentence, DateTimeOffset time);
new Iot.Device.Nmea0183.Sentences.RoutePart : Iot.Device.Nmea0183.TalkerSentence * DateTimeOffset -> Iot.Device.Nmea0183.Sentences.RoutePart
Public Sub New (sentence As TalkerSentence, time As DateTimeOffset)

Parameters

sentence
TalkerSentence

Applies to

RoutePart(TalkerId, IEnumerable<String>, DateTimeOffset)

Date and time message (ZDA). This should not normally need the last time as argument, because it defines it.

public RoutePart (Iot.Device.Nmea0183.TalkerId talkerId, System.Collections.Generic.IEnumerable<string> fields, DateTimeOffset time);
new Iot.Device.Nmea0183.Sentences.RoutePart : Iot.Device.Nmea0183.TalkerId * seq<string> * DateTimeOffset -> Iot.Device.Nmea0183.Sentences.RoutePart
Public Sub New (talkerId As TalkerId, fields As IEnumerable(Of String), time As DateTimeOffset)

Parameters

talkerId
TalkerId

Applies to

RoutePart(String, Int32, Int32, List<String>)

Constructs a new RTE sentence

public RoutePart (string routeName, int totalSequences, int sequence, System.Collections.Generic.List<string> waypointNames);
new Iot.Device.Nmea0183.Sentences.RoutePart : string * int * int * System.Collections.Generic.List<string> -> Iot.Device.Nmea0183.Sentences.RoutePart
Public Sub New (routeName As String, totalSequences As Integer, sequence As Integer, waypointNames As List(Of String))

Parameters

routeName
String
totalSequences
Int32
sequence
Int32
waypointNames
List<String>

Applies to