Edit

Share via


HeadingTrue Constructors

Definition

Overloads

HeadingTrue(Double)

Constructs a new MWV sentence

HeadingTrue(TalkerSentence, DateTimeOffset)

Internal constructor

HeadingTrue(TalkerId, IEnumerable<String>, DateTimeOffset)

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

HeadingTrue(Double)

Constructs a new MWV sentence

public HeadingTrue (double angle);
new Iot.Device.Nmea0183.Sentences.HeadingTrue : double -> Iot.Device.Nmea0183.Sentences.HeadingTrue
Public Sub New (angle As Double)

Parameters

angle
Double

Applies to

HeadingTrue(TalkerSentence, DateTimeOffset)

Internal constructor

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

Parameters

sentence
TalkerSentence

Applies to

HeadingTrue(TalkerId, IEnumerable<String>, DateTimeOffset)

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

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

Parameters

talkerId
TalkerId

Applies to