ClientNodes Class

CVB.Net Documentation
IClientNode access.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Foundation.OpcUaClientNodes

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

public sealed class ClientNodes : IDisposable

The ClientNodes type exposes the following members.

Properties

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

  NameDescription
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference