.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaServer.NodeHandleType Class Reference

The basic handle types used by the BaseNodeManager. More...

Public Attributes

const uint Internal = 0
 A handle for a node attribute stored in memory. More...
 
const uint InternalPolled = 1
 A handle for a node attribute stored in memory that must be polled when subscribed. More...
 
const uint ExternalPolled = 2
 A handle for a node attribute stored in an external system that must be polled when subscribed. More...
 
const uint ExternalPush = 3
 A handle for a node attribute stored in an external system pushes data changes when subscribed. More...
 
const uint VendorDefined = ExternalPush+1
 A vendor defined handle type that is treated as ExternalPush by default. More...
 

Detailed Description

The basic handle types used by the BaseNodeManager.

Member Data Documentation

const uint UnifiedAutomation.UaServer.NodeHandleType.ExternalPolled = 2

A handle for a node attribute stored in an external system that must be polled when subscribed.

const uint UnifiedAutomation.UaServer.NodeHandleType.ExternalPush = 3

A handle for a node attribute stored in an external system pushes data changes when subscribed.

const uint UnifiedAutomation.UaServer.NodeHandleType.Internal = 0

A handle for a node attribute stored in memory.

const uint UnifiedAutomation.UaServer.NodeHandleType.InternalPolled = 1

A handle for a node attribute stored in memory that must be polled when subscribed.

const uint UnifiedAutomation.UaServer.NodeHandleType.VendorDefined = ExternalPush+1

A vendor defined handle type that is treated as ExternalPush by default.


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