| Overload | Description |
|---|---|
| PublishEdgeNodeMetric(IEasySparkplugConsumer,SparkplugEdgeNodeDescriptor,String,SparkplugMetricData) | Publishes a payload with a single metric for a Sparkplug edge node.
In Sparkplug terms, this method effectively sends the NCMD message to the edge node. If there is an error publishing the payload, this method throws OpcLabs.EasySparkplug.OperationModel.SparkplugException. Publishes a single metric for an edge node, specifying the edge node descriptor, metric name and metric data. |
| PublishEdgeNodeMetric(IEasySparkplugConsumer,SparkplugHostDescriptor,SparkplugEdgeNodeDescriptor,String,SparkplugMetricData) | Publishes a single metric for an edge node, specifying the host descriptor, edge node descriptor, metric name and metric data. |
| PublishEdgeNodeMetric(IEasySparkplugConsumer,SparkplugHostDescriptor,String,String,String,SparkplugMetricData) | Publishes a single metric for an edge node, specifying the host descriptor, group ID, edge node ID, metric name and metric data. |
| PublishEdgeNodeMetric(IEasySparkplugConsumer,String,String,String,SparkplugMetricData) | Publishes a single metric for an edge node, specifying the group ID, edge node ID, metric name and metric data. |