TransducerMeasurement 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
TransducerMeasurement(IEnumerable<TransducerDataSet>) |
Constructs a new basic XDR sentence with a list of data sets |
TransducerMeasurement(TalkerSentence, DateTimeOffset) |
Decodes an XDR sentence |
TransducerMeasurement(String, String, Double, String) |
Constructs a new basic XDR sentence with a single data set. |
TransducerMeasurement(IEnumerable<TransducerDataSet>)
Constructs a new basic XDR sentence with a list of data sets
public TransducerMeasurement (System.Collections.Generic.IEnumerable<Iot.Device.Nmea0183.Sentences.TransducerDataSet> dataSets);
new Iot.Device.Nmea0183.Sentences.TransducerMeasurement : seq<Iot.Device.Nmea0183.Sentences.TransducerDataSet> -> Iot.Device.Nmea0183.Sentences.TransducerMeasurement
Public Sub New (dataSets As IEnumerable(Of TransducerDataSet))
Parameters
- dataSets
- IEnumerable<TransducerDataSet>
Applies to
TransducerMeasurement(TalkerSentence, DateTimeOffset)
Decodes an XDR sentence
public TransducerMeasurement (Iot.Device.Nmea0183.TalkerSentence sentence, DateTimeOffset time);
new Iot.Device.Nmea0183.Sentences.TransducerMeasurement : Iot.Device.Nmea0183.TalkerSentence * DateTimeOffset -> Iot.Device.Nmea0183.Sentences.TransducerMeasurement
Public Sub New (sentence As TalkerSentence, time As DateTimeOffset)
Parameters
- sentence
- TalkerSentence
- time
- DateTimeOffset
Applies to
TransducerMeasurement(String, String, Double, String)
Constructs a new basic XDR sentence with a single data set.
public TransducerMeasurement (string dataName, string dataType, double value, string unit);
new Iot.Device.Nmea0183.Sentences.TransducerMeasurement : string * string * double * string -> Iot.Device.Nmea0183.Sentences.TransducerMeasurement
Public Sub New (dataName As String, dataType As String, value As Double, unit As String)
Parameters
- dataName
- String
- dataType
- String
- value
- Double
- unit
- String