.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaServer.CreateTypeDictionarySettings Class Reference

A class which is used to create new type dictionary nodes. More...

Public Attributes

string NamespaceUriForSchema
 The namespace URI for the dictionary. More...
 
string NamespaceUriForNodes
 The namespace URI for the data type and encoding node ids. More...
 
QualifiedName BrowseName
 The browse name for the dictionary nodes. More...
 
NodeId XmlDictionaryNodeId
 The id for node which exposes the XML Schema dictionary. More...
 
NodeId BinaryDictionaryNodeId
 The id for node which exposes the OPC Binary dictionary. More...
 

Detailed Description

A class which is used to create new type dictionary nodes.

Member Data Documentation

NodeId UnifiedAutomation.UaServer.CreateTypeDictionarySettings.BinaryDictionaryNodeId

The id for node which exposes the OPC Binary dictionary.

QualifiedName UnifiedAutomation.UaServer.CreateTypeDictionarySettings.BrowseName

The browse name for the dictionary nodes.

string UnifiedAutomation.UaServer.CreateTypeDictionarySettings.NamespaceUriForNodes

The namespace URI for the data type and encoding node ids.

string UnifiedAutomation.UaServer.CreateTypeDictionarySettings.NamespaceUriForSchema

The namespace URI for the dictionary.

NodeId UnifiedAutomation.UaServer.CreateTypeDictionarySettings.XmlDictionaryNodeId

The id for node which exposes the XML Schema dictionary.


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