PositionFastUpdate Constructors
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
PositionFastUpdate(TalkerSentence, DateTimeOffset) |
See NmeaSentence for constructor usage |
PositionFastUpdate(DateTimeOffset, GeographicPosition) |
See NmeaSentence for constructor usage |
PositionFastUpdate(TalkerId, IEnumerable<String>, DateTimeOffset) |
See NmeaSentence for constructor usage |
PositionFastUpdate(TalkerSentence, DateTimeOffset)
See NmeaSentence for constructor usage
public PositionFastUpdate (Iot.Device.Nmea0183.TalkerSentence sentence, DateTimeOffset time);
new Iot.Device.Nmea0183.Sentences.PositionFastUpdate : Iot.Device.Nmea0183.TalkerSentence * DateTimeOffset -> Iot.Device.Nmea0183.Sentences.PositionFastUpdate
Public Sub New (sentence As TalkerSentence, time As DateTimeOffset)
Parameters
- sentence
- TalkerSentence
A sentence to deconstruct
- time
- DateTimeOffset
The current time
Exceptions
This is not the correct sentence type
Applies to
PositionFastUpdate(DateTimeOffset, GeographicPosition)
See NmeaSentence for constructor usage
public PositionFastUpdate (DateTimeOffset dateTime, Iot.Device.Common.GeographicPosition position);
new Iot.Device.Nmea0183.Sentences.PositionFastUpdate : DateTimeOffset * Iot.Device.Common.GeographicPosition -> Iot.Device.Nmea0183.Sentences.PositionFastUpdate
Public Sub New (dateTime As DateTimeOffset, position As GeographicPosition)
Parameters
- dateTime
- DateTimeOffset
- position
- GeographicPosition
Applies to
PositionFastUpdate(TalkerId, IEnumerable<String>, DateTimeOffset)
See NmeaSentence for constructor usage
public PositionFastUpdate (Iot.Device.Nmea0183.TalkerId talkerId, System.Collections.Generic.IEnumerable<string> fields, DateTimeOffset time);
new Iot.Device.Nmea0183.Sentences.PositionFastUpdate : Iot.Device.Nmea0183.TalkerId * seq<string> * DateTimeOffset -> Iot.Device.Nmea0183.Sentences.PositionFastUpdate
Public Sub New (talkerId As TalkerId, fields As IEnumerable(Of String), time As DateTimeOffset)
Parameters
- talkerId
- TalkerId
- fields
- IEnumerable<String>
- time
- DateTimeOffset