ClientStringNode Class

CVB.Net Documentation
OPC/UA OpcUaClient string variable node.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Foundation.OpcUaNodeBase
    Stemmer.Cvb.Foundation.OpcUaClientNodeBase
      Stemmer.Cvb.Foundation.OpcUaClientVariableNodeBase
        Stemmer.Cvb.Foundation.OpcUaClientStringNode

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

public class ClientStringNode : ClientVariableNodeBase, 
	IStringNode

The ClientStringNode type exposes the following members.

Properties

  NameDescription
Public propertyBrowseName
Gets string node identifier (especially for browsing).
(Inherited from NodeBase.)
Public propertyClient
Gets the parent OpcUaClient object.
(Inherited from ClientNodeBase.)
Public propertyDescription
Optional description of this node's role and behavior.
(Inherited from NodeBase.)
Public propertyDisplayName
Node name for displaying it in a user interface.
(Inherited from NodeBase.)
Public propertyHandle
Native CVB CVOPCNODE handle.
(Inherited from NodeBase.)
Public propertyIsDisposed
Tests whether the native handle has been disposed.
(Inherited from NodeBase.)
Public propertyNodeId
Gets the NodeId identifying this Node.
(Inherited from NodeBase.)
Public propertyValue
Gets/sets the variable's value.
Top
Methods

  NameDescription
Public methodBrowse
Browse references of this node as defined by the filter.
(Inherited from ClientNodeBase.)
Public methodBrowseChildren
Browse all hierarchical children of this Node.
(Inherited from ClientNodeBase.)
Public methodDispose
Disposes the native object wrapped by this object immediately.
(Inherited from NodeBase.)
Protected methodDispose(Boolean)
IDispose helper function.
(Inherited from NodeBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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
Serves as a hash function for a particular type.
(Inherited from Object.)
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 node.
(Overrides ObjectToString.)
Top
Events

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

  NameDescription
Protected fieldLockAnchor
Enables thread safety for "transparent" .Net side operations.
(Inherited from NodeBase.)
Top
See Also

Reference