| Overload | Description |
|---|---|
| SubscribeEdgeNodeMetric(IEasySparkplugConsumer,SparkplugEdgeNodeDescriptor,String,EasySparkplugMetricNotificationEventHandler) | Subscribes to notifications for the specified metric on an edge node. Subscribes to an edge node metric, specifying the edge node descriptor, metric name, and callback. |
| SubscribeEdgeNodeMetric(IEasySparkplugConsumer,SparkplugHostDescriptor,SparkplugEdgeNodeDescriptor,String,EasySparkplugMetricNotificationEventHandler) | Subscribes to an edge node metric, specifying the host descriptor, edge node descriptor, metric name, and callback. |
| SubscribeEdgeNodeMetric(IEasySparkplugConsumer,SparkplugHostDescriptor,String,String,String,EasySparkplugMetricNotificationEventHandler) | Subscribes to an edge node metric, specifying the host descriptor, group ID, edge node ID, metric name, and callback. |
| SubscribeEdgeNodeMetric(IEasySparkplugConsumer,String,String,String,EasySparkplugMetricNotificationEventHandler) | Subscribes to an edge node metric, specifying the group ID, edge node ID, metric name, and callback. |
| SubscribeEdgeNodeMetric(IEasySparkplugConsumer,SparkplugEdgeNodeDescriptor,String) | Subscribes to an edge node metric, specifying the edge node descriptor and metric name. |
| SubscribeEdgeNodeMetric(IEasySparkplugConsumer,SparkplugHostDescriptor,SparkplugEdgeNodeDescriptor,String) | Subscribes to an edge node metric, specifying the host descriptor, edge node descriptor and metric name. |
| SubscribeEdgeNodeMetric(IEasySparkplugConsumer,SparkplugHostDescriptor,String,String,String) | Subscribes to an edge node metric, specifying the host descriptor, group ID, edge node ID and metric name. |
| SubscribeEdgeNodeMetric(IEasySparkplugConsumer,String,String,String) | Subscribes to an edge node metric, specifying the group ID, edge node ID and metric name. |