ServerStringNode Class

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

SystemObject
  Stemmer.Cvb.Foundation.OpcUaNodeBase
    Stemmer.Cvb.Foundation.OpcUaServerNodeBase
      Stemmer.Cvb.Foundation.OpcUaServerVariableNodeBase
        Stemmer.Cvb.Foundation.OpcUaServerStringNode

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

public class ServerStringNode : ServerVariableNodeBase, 
	IStringNode

The ServerStringNode type exposes the following members.

Constructors

  NameDescription
Public methodServerStringNode
Creates a new string node that is connected to a OpcUaServer. at the parent node.
Top
Properties

  NameDescription
Public propertyBrowseName
Gets string node identifier (especially for browsing).
(Inherited from NodeBase.)
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 propertyServer
Gets the parent OpcUaServer object.
(Inherited from ServerVariableNodeBase.)
Public propertyValue
Gets/sets the variable's value.
Top
Methods

  NameDescription
Public methodDispose
Disposes the native object wrapped by this object immediately.
(Inherited from NodeBase.)
Protected methodDispose(Boolean)
Disposes of the native callback reference.
(Inherited from ServerVariableNodeBase.)
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.)
Public eventRead
Event that is signaled when the OpcUaClient reads a value.
(Inherited from ServerVariableNodeBase.)
Public eventWritten
Event that is signaled when the OpcUaClient has written a value.
(Inherited from ServerVariableNodeBase.)
Top
Fields

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

Reference