QuickOPC User's Guide and Reference
UAPubSubConfigurationTreeNodeTypes Enumeration



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.Extensions Namespace : UAPubSubConfigurationTreeNodeTypes Enumeration
The type of node in PubSub configuration tree.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<DisplayName2Attribute("OPC-UA PubSub Configuration Tree Node Types")>
<FlagsAttribute()>
Public Enum UAPubSubConfigurationTreeNodeTypes 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As UAPubSubConfigurationTreeNodeTypes
[ComVisible(false)]
[DisplayName2("OPC-UA PubSub Configuration Tree Node Types")]
[Flags()]
public enum UAPubSubConfigurationTreeNodeTypes : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[ComVisible(false)]
[DisplayName2("OPC-UA PubSub Configuration Tree Node Types")]
[Flags()]
public enum class UAPubSubConfigurationTreeNodeTypes : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
All511A union of all available tree node types.
DataSetFolder64The node represents dataset folder.
DataSetReader32The node represents dataset reader.
DataSetWriter8The node represents dataset writer.
None0No node represented.
PublishedDataSet128The node represents published dataset.
PublishedDataSetSource256The node represents published dataset source.
PubSubConfiguration1The node represents a PubSub configuration.
PubSubConnection2The node represents a PubSub connection.
ReaderGroup16The node represents reader group.
WriterGroup4The node represents writer group.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.EasyOpc.UA.PubSub.Configuration.Extensions.UAPubSubConfigurationTreeNodeTypes

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