.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaServer.BaseNodeManager.BuiltInBrowseStage Class Reference

The built-in handle types for the node manager. More...

Public Attributes

const int Internal = 0
 Browsing nodes internal to the node manager. More...
 
const int External = 1
 Browsing nodes outside to the node manager. More...
 
const int VendorDefined = External + 1
 The first browse stage that can be used by a subclass. More...
 

Detailed Description

The built-in handle types for the node manager.

Member Data Documentation

const int UnifiedAutomation.UaServer.BaseNodeManager.BuiltInBrowseStage.External = 1

Browsing nodes outside to the node manager.

const int UnifiedAutomation.UaServer.BaseNodeManager.BuiltInBrowseStage.Internal = 0

Browsing nodes internal to the node manager.

const int UnifiedAutomation.UaServer.BaseNodeManager.BuiltInBrowseStage.VendorDefined = External + 1

The first browse stage that can be used by a subclass.


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