| Overload | Description |
|---|---|
| SparkplugData<TValue> Constructor() | Initializes a new instance of the class with default data. |
| SparkplugData<TValue> Constructor(SparkplugData) | Initializes a new instance of the class from untyped Sparkplug data. |
| SparkplugData<TValue> Constructor(SparkplugData<TValue>) | Initializes a new instance of the class, making a copy of an existing instance. |
| SparkplugData<TValue> Constructor(TValue) | Initializes a new instance of the class, with given typed value. |
| SparkplugData<TValue> Constructor(TValue,DateTime) | Initializes a new instance of the class, with given typed value and timestamp. |
| SparkplugData<TValue> Constructor(TValue,DateTime,Boolean) | Initializes a new instance of the class, with given typed value, timestamp, and transient flag. |