OpaqueNodeId Class

CVB.Net Documentation
A NodeId with a byte array identifier.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Foundation.OpcUaNodeId
    Stemmer.Cvb.Foundation.OpcUaOpaqueNodeId

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

public class OpaqueNodeId : NodeId

The OpaqueNodeId type exposes the following members.

Constructors

  NameDescription
Public methodOpaqueNodeId
Creates a new string NodeIdidentifier in the given namespaceIndex.
Top
Properties

  NameDescription
Public propertyHandle
Native CVB OPCNID handle.
(Inherited from NodeId.)
Public propertyIdentifier
Gets the identifier value.
Public propertyIsDisposed
Tests whether the native handle has been disposed.
(Inherited from NodeId.)
Public propertyNamespaceIndex
Gets the namespace index (or page) this identifier belongs to.
(Inherited from NodeId.)
Top
Methods

  NameDescription
Public methodDispose
Disposes the native object wrapped by this object immediately.
(Inherited from NodeId.)
Protected methodDispose(Boolean)
IDispose helper function.
(Inherited from NodeId.)
Public methodEquals(Object)
Equality-compares this NodeId with the other one.
(Inherited from NodeId.)
Public methodEquals(NodeId)
Equality-compares this StringNodeId with the other one.
(Overrides NodeIdEquals(NodeId).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Gets the hash code of this identifier.
(Overrides NodeIdGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Gets the string representation of this NodeId.
(Inherited from NodeId.)
Top
Events

  NameDescription
Public eventObjectDisposing
Raised when this object is about to be disposed via the Dispose method.
(Inherited from NodeId.)
Top
See Also

Reference