TransducerDataSet 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
TransducerDataSet() |
Creates an empty instance |
TransducerDataSet(String, Double, String, String) |
Creates an instance filled with data. |
TransducerDataSet()
Creates an empty instance
public TransducerDataSet ();
Public Sub New ()
Applies to
TransducerDataSet(String, Double, String, String)
Creates an instance filled with data.
public TransducerDataSet (string dataType, double value, string unit, string dataName);
new Iot.Device.Nmea0183.Sentences.TransducerDataSet : string * double * string * string -> Iot.Device.Nmea0183.Sentences.TransducerDataSet
Public Sub New (dataType As String, value As Double, unit As String, dataName As String)
Parameters
- dataType
- String
- value
- Double
- unit
- String
- dataName
- String