NmeaSentence(TalkerId, SentenceId, DateTimeOffset) Constructor

Definition

Constructs an instance of this abstract class

protected NmeaSentence (Iot.Device.Nmea0183.TalkerId talker, Iot.Device.Nmea0183.SentenceId id, DateTimeOffset time);
new Iot.Device.Nmea0183.Sentences.NmeaSentence : Iot.Device.Nmea0183.TalkerId * Iot.Device.Nmea0183.SentenceId * DateTimeOffset -> Iot.Device.Nmea0183.Sentences.NmeaSentence
Protected Sub New (talker As TalkerId, id As SentenceId, time As DateTimeOffset)

Parameters

talker
TalkerId

The talker (sender) of this message

id
SentenceId

Sentence Id

time
DateTimeOffset

Date/Time this message was valid (derived from last time message)

Applies to