

'Declaration<ExceptionContractAnnotationAttribute(True)> <CLSCompliantAttribute(True)> Public Interface IEasySparkplugEdgeNode Inherits OpcLabs.BaseLib.ComponentModel.IReadOnlyStartable, OpcLabs.BaseLib.ComponentModel.IStartableEvents, IEasySparkplugNotificationEvents, ISparkplugMetricEvents, ISparkplugProducer, ISparkplugProducerEvents, ISparkplugSystemConnectionMonitoring, System.IDisposable, System.IServiceProvider
'UsageDim instance As IEasySparkplugEdgeNode
[ExceptionContractAnnotation(true)] [CLSCompliant(true)] public interface IEasySparkplugEdgeNode : OpcLabs.BaseLib.ComponentModel.IReadOnlyStartable, OpcLabs.BaseLib.ComponentModel.IStartableEvents, IEasySparkplugNotificationEvents, ISparkplugMetricEvents, ISparkplugProducer, ISparkplugProducerEvents, ISparkplugSystemConnectionMonitoring, System.IDisposable, System.IServiceProvider
[ExceptionContractAnnotation(true)] [CLSCompliant(true)] public interface class IEasySparkplugEdgeNode : public OpcLabs.BaseLib.ComponentModel.IReadOnlyStartable, OpcLabs.BaseLib.ComponentModel.IStartableEvents, IEasySparkplugNotificationEvents, ISparkplugMetricEvents, ISparkplugProducer, ISparkplugProducerEvents, ISparkplugSystemConnectionMonitoring, System.IDisposable, System.IServiceProvider
This interface extends ISparkplugProducer to provide additional functionality specific to Sparkplug edge nodes.
The Sparkplug edge node ID is stored in the EdgeNodeId property. The collection of Sparkplug metrics that this edge node publishes is contained in the ISparkplugProducer.Metrics property of the edge node. You can add or remove your metrics in this collection.
Sparkplug is a trademark of Eclipse Foundation, Inc. "MQTT" is a trademark of the OASIS Open standards consortium. Other related terms are trademarks of their respective owners. Any use of these terms on this site is for descriptive purposes only and does not imply any sponsorship, endorsement or affiliation.