OPC Studio 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.

The value of this enum member is 511.

DataSetFolder64The node represents dataset folder.

The value of this enum member is 64.

DataSetReader32The node represents dataset reader.

The value of this enum member is 32.

DataSetWriter8The node represents dataset writer.

The value of this enum member is 8.

None0No node represented.

The value of this enum member is 0.

PublishedDataSet128The node represents published dataset.

The value of this enum member is 128.

PublishedDataSetSource256The node represents published dataset source.

The value of this enum member is 256.

PubSubConfiguration1The node represents a PubSub configuration.

The value of this enum member is 1.

PubSubConnection2The node represents a PubSub connection.

The value of this enum member is 2.

ReaderGroup16The node represents reader group.

The value of this enum member is 16.

WriterGroup4The node represents writer group.

The value of this enum member is 4.

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