ServerNodes Class

CVB.Net Documentation
IServerNode access
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Foundation.OpcUaServerNodes

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public sealed class ServerNodes : IDisposable

The ServerNodes type exposes the following members.

Properties

  NameDescription
Public propertyItemNodeId
Gets the IServerNode with the given NodeIdkey.
Public propertyItemInt32, Byte
Gets the IServerNode with the given namespaceIndex and identifier.
Public propertyItemInt32, Guid
Gets the IServerNode with the given namespaceIndex and identifier.
Public propertyItemInt32, Int64
Gets the IServerNode with the given namespaceIndex and identifier.
Public propertyItemInt32, String
Gets the IServerNode with the given namespaceIndex and identifier.
Public propertyRootFolder
Gets the root folder node which is the parent of all nodes.
Top
Methods

  NameDescription
Public methodAdd
Adds the given node to the Parent server.
Public methodDispose
Disposes of the native resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes the given node from the Server.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference