Node Class

CVB.Net Documentation
Basic GenApi node for device feature access.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.GenApiNode
    Stemmer.Cvb.GenApiPortNode
    Stemmer.Cvb.GenApiValueNode

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

public class Node : INativeHandle, IDisposable, INode

The Node type exposes the following members.

Properties

  NameDescription
Public propertyAccessMode
Gets the AccessMode of this node.
Public propertyAliasNode
Gets the node, that is an alias value for this node.
Public propertyCacheMode
Gets the cache mode of this node.
Public propertyDescription
Gets the long descriptive text of this node.
Public propertyEventID
Nodes with an event identifier may become invalidated, if an event / message is delivered from the device.
Public propertyHandle
Native CVB NODE handle.
Public propertyIsAvailable
AccessMode helper to check whether this node is available.
Public propertyIsDeprecated
Gets whether this node is considered deprecated.
Public propertyIsDisposed
Tests whether the native handle has been disposed.
Public propertyIsFeature
Returns whether this node is considered a feature node.
Public propertyIsImplemented
AccessMode helper to check whether this node is implemented.
Public propertyIsReadable
AccessMode helper to check whether this node is readable.
Public propertyIsWritable
AccessMode helper to check whether this node is writable.
Public propertyName
Gets the full name of this node.
Public propertyNodeMap
Gets the NodeMap this node resides in.
Public propertyToolTip
Gets the short descriptive text of this node.
Public propertyVisibility
Gets the complexity level of this node.
Top
Methods

  NameDescription
Public methodClose
Protected methodDetach
Detaches this Image object from the native object.
Public methodDispose
Disposes the native object wrapped by this object immediately.
Protected methodDispose(Boolean)
IDispose helper function.
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventObjectDisposing
Raised when this object is about to be disposed via the Dispose method.
Public eventUpdated
Event signaling that a node property has been updated.
Top
Fields

  NameDescription
Protected fieldUpdatedCallbackID
Identifier of the registered updated callback.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate propertyINodeAliasNode
Gets the node that is an alias value for this node.
Explicit interface implementationPrivate propertyINodeNodeMap
Gets the INodeMap this node resides in.
Top
See Also

Reference