| Overload | Description |
|---|---|
| SparkplugData Constructor() | Initializes a new instance of the class with default data. |
| SparkplugData Constructor(Object) | Initializes a new instance of the class, with given value. |
| SparkplugData Constructor(Object,DateTime) | Initializes a new instance of the class, with given value and timestamp. |
| SparkplugData Constructor(Object,DateTime,Boolean) | Initializes a new instance of the class, with given value, timestamp, and transient flag. |
| SparkplugData Constructor(SparkplugData) | Initializes a new instance of the class, making a copy of an existing instance. |
| SparkplugData Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |