| Overload | Description |
|---|---|
| ConstantValue(SparkplugMetric,Type,Object) | Modifies the metric to provide the specified constant value, non-writable.
The metric will not be writable. The timestamp will be the current time of this method call. Makes a constant metric with given value type and value. |
| ConstantValue(SparkplugMetric,TypeCode,Object) | Makes a constant metric with given value type code and value. |
| ConstantValue(SparkplugMetric,SparkplugDataType,Object) | Makes a constant metric with given Sparkplug data type and value. |
| ConstantValue<TValue>(SparkplugMetric,TValue) | Makes a constant metric using generic-typed value. |