.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaServer.NodeIdGenerationSettings Class Reference

The settings that control how NodeIds are created by the node manager. More...

Public Member Functions

 NodeIdGenerationSettings ()
 Initializes a new instance of the NodeIdGenerationSettings class. More...
 

Properties

uint NextNumericId [get, set]
 Gets or sets the next numeric id. More...
 
IdType AutogeneratedIdType [get, set]
 Gets or sets the IdType to use for autogenerated NodeIds. More...
 
char ComponentDelimiter [get, set]
 Gets or sets the component delimiter. More...
 
char FirstComponentDelimiter [get, set]
 Gets or sets the first component delimiter. More...
 

Detailed Description

The settings that control how NodeIds are created by the node manager.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.NodeIdGenerationSettings.NodeIdGenerationSettings ( )
inline

Initializes a new instance of the NodeIdGenerationSettings class.

Property Documentation

IdType UnifiedAutomation.UaServer.NodeIdGenerationSettings.AutogeneratedIdType
getset

Gets or sets the IdType to use for autogenerated NodeIds.

The type for autogenerated NodeIds.

Creating Numeric NodeIds increments the NextNumericId property. Other types of NodeIds generate a Guid.

char UnifiedAutomation.UaServer.NodeIdGenerationSettings.ComponentDelimiter
getset

Gets or sets the component delimiter.

The component delimiter.

If a String NodeId is provided for a root object or variable the NodeIds for all components nodes are constructed by appending this value and the BrowseName.

char UnifiedAutomation.UaServer.NodeIdGenerationSettings.FirstComponentDelimiter
getset

Gets or sets the first component delimiter.

The first component delimiter.

If specified this is the delimiter used before the first component name appended to the root NodeId. Additional component names are appended with the ComponentDelimiter.

uint UnifiedAutomation.UaServer.NodeIdGenerationSettings.NextNumericId
getset

Gets or sets the next numeric id.

The next numeric id.

This value is incremented each time a numeric id is created.


The documentation for this class was generated from the following file: