Connectivity Software User's Guide and Reference
IEasySparkplugEdgeNode Interface
Members 



OpcLabs.EasySparkplug Assembly > OpcLabs.EasySparkplug Namespace : IEasySparkplugEdgeNode Interface
Represents an interface for a Sparkplug edge node, including management of the connection and interaction with the Sparkplug system. This interface provides properties and methods to configure and control the edge node and its devices.
Object Model
IEasySparkplugEdgeNode InterfaceConnectedCondition ClassSparkplugDeviceCollection ClassSparkplugDevice ClassSparkplugMetricCollection ClassSparkplugMetric ClassSparkplugConnectionParameters ClassSparkplugSystemDescriptor Class
Syntax
Remarks

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.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also