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