CVB.Net 14.0
ClientIntegerNode Class Reference

OPC/UA OpcUaClient integer variable node. More...

Inherits ClientVariableNodeBase, and IIntegerNode.

Public Member Functions

override string ToString ()
 Gets the string representation of this node. More...
 
- Public Member Functions inherited from ClientNodeBase
IEnumerable< IClientNodeBrowseChildren ()
 Browse all hierarchical children of this Node. More...
 
IEnumerable< IClientNodeBrowse (BrowseFilter filter)
 Browse references of this node as defined by the filter . More...
 
- Public Member Functions inherited from NodeBase
void Dispose ()
 Disposes the native object wrapped by this object immediately. More...
 
IEnumerable< IClientNodeBrowseChildren ()
 Browse all hierarchical children of this Node. More...
 
IEnumerable< IClientNodeBrowse (BrowseFilter filter)
 Browse references of this node as defined by the filter . More...
 

Properties

long Value [get, set]
 Gets/sets the variable's value.
 
- Properties inherited from ClientNodeBase
OpcUaClient Client [get]
 Gets the parent OpcUaClient object.
 
- Properties inherited from NodeBase
IntPtr Handle [get]
 Native CVB CVOPCNODE handle. More...
 
bool IsDisposed [get]
 Tests whether the native handle has been disposed.
 
NodeId NodeId [get]
 Gets the NodeId identifying this Node.
 
string BrowseName [get]
 Gets string node identifier (especially for browsing).
 
string DisplayName [get]
 Node name for displaying it in a user interface.
 
string Description [get]
 Optional description of this node's role and behavior.
 
- Properties inherited from INativeHandle
IntPtr Handle [get]
 The native handle of the object.
 
bool IsDisposed [get]
 Possibility to check whether the object has already been disposed of.
 
- Properties inherited from INode
NodeId NodeId [get]
 Gets the NodeId uniquely identifying this INode.
 
string BrowseName [get]
 Gets string node identifier (especially for browsing).
 
string DisplayName [get]
 Node name for displaying it in a user interface.
 
string Description [get]
 Optional description of this node's role and behavior.
 
- Properties inherited from IIntegerNode
long Value [get, set]
 Gets/sets the variable's value.
 

Additional Inherited Members

- Static Public Member Functions inherited from ClientNodeBase
static ClientNodeBase FromHandle (IntPtr handle, OpcUaClient parent)
 Creates a new Node object from the given handle . More...
 
static ClientNodeBase FromHandle (IntPtr handle, ShareObject doShare, OpcUaClient parent)
 Creates a new Node object from the given handle . More...
 
- Protected Member Functions inherited from ClientVariableNodeBase
 ClientVariableNodeBase (IntPtr handle, OpcUaClient parent)
 Creates a new variable node. More...
 
- Protected Member Functions inherited from ClientNodeBase
 ClientNodeBase (IntPtr handle, OpcUaClient parent)
 Creates a new client Node from the given handle . More...
 
- Protected Member Functions inherited from NodeBase
 NodeBase (IntPtr handle)
 Creates a new Node object from the given handle . More...
 
virtual void Dispose (bool disposing)
 IDispose helper function. More...
 
- Protected Attributes inherited from NodeBase
object LockAnchor = new object()
 Enables thread safety for "transparent" .Net side operations.
 
- Events inherited from NodeBase
NativeHandleEventDelegate ObjectDisposing
 Raised when this object is about to be disposed via the IDisposable.Dispose method. More...
 
- Events inherited from INativeHandle
NativeHandleEventDelegate ObjectDisposing
 Raised when this object is about to be disposed via the IDisposable.Dispose method.
More...
 

Detailed Description

OPC/UA OpcUaClient integer variable node.

Member Function Documentation

◆ ToString()

override string ToString ( )

Gets the string representation of this node.

Returns
Value as string.