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

Stores the configuration for a node attribute stored in a BaseNodeManager. More...

Properties

Node Node [get, set]
 Gets or sets the in-memory node associated with the node attribute. More...
 
uint HandleType [get, set]
 Gets or sets the handle type. More...
 
object HandleData [get, set]
 Gets or sets data associated with the handle. More...
 

Detailed Description

Stores the configuration for a node attribute stored in a BaseNodeManager.

Property Documentation

object UnifiedAutomation.UaServer.NodeAttributeConfiguration.HandleData
getset

Gets or sets data associated with the handle.

The handle data.

uint UnifiedAutomation.UaServer.NodeAttributeConfiguration.HandleType
getset

Gets or sets the handle type.

The handle type

Node UnifiedAutomation.UaServer.NodeAttributeConfiguration.Node
getset

Gets or sets the in-memory node associated with the node attribute.

The node.


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