Connectivity Software User's Guide and Reference
SparkplugComponentTypes Enumeration



OpcLabs.EasySparkplug Assembly > OpcLabs.EasySparkplug Namespace : SparkplugComponentTypes Enumeration
The types of components in the Sparkplug system.
Syntax
'Declaration
 
<DisplayName2Attribute("Sparkplug Component Types")>
<FlagsAttribute()>
Public Enum SparkplugComponentTypes 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As SparkplugComponentTypes
[DisplayName2("Sparkplug Component Types")]
[Flags()]
public enum SparkplugComponentTypes : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[DisplayName2("Sparkplug Component Types")]
[Flags()]
public enum class SparkplugComponentTypes : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Any3Sparkplug edge node or device.

The value of this enum member is 3.

Device2A Sparkplug device.

The value of this enum member is 2.

EdgeNode1A Sparkplug edge node.

The value of this enum member is 1.

None0No component type specified.

The value of this enum member is 0.

Remarks

 

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.EasySparkplug.SparkplugComponentTypes

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