CommandNode Properties

CVB.Net Documentation

The CommandNode type exposes the following members.

Properties

  NameDescription
Public propertyAccessMode
Gets the AccessMode of this node.
(Inherited from Node.)
Public propertyAliasNode
Gets or sets the node that is an alias value for this node.
(Inherited from Node.)
Public propertyCacheMode
Gets the cache mode of this node.
(Inherited from Node.)
Public propertyCommandConfig
Gets and sets the command value configuration of this command node.
Public propertyDescription
Gets or sets the long descriptive text of this node.
(Inherited from Node.)
Public propertyEventID
Nodes with an event identifier may become invalidated if an event/message is delivered from the device.
(Inherited from Node.)
Public propertyHandle
Native CVB GevServer Node handle.
(Inherited from Node.)
Public propertyImposedAccessMode
Overrides the node's default AccessMode.
(Inherited from Node.)
Public propertyIsAvailable
AccessMode helper to check whether this node is available.
(Inherited from Node.)
Public propertyIsAvailableConfig
Gets or sets the node that specifies whether a node is currently available or not.
(Inherited from Node.)
Public propertyIsDeprecated
Gets whether this node is considered deprecated.
(Inherited from Node.)
Public propertyIsDisposed
Tests whether the native handle has been disposed.
(Inherited from Node.)
Public propertyIsDone
If this command is readable, the execution state can be queried.
Public propertyIsFeature
Gets whether this node is considered a feature node.
(Inherited from Node.)
Public propertyIsImplemented
AccessMode helper to check whether this node is implemented.
(Inherited from Node.)
Public propertyIsImplementedConfig
Gets or sets the node that specifies whether a node is implemented in the device or not.
(Inherited from Node.)
Public propertyIsLockedConfig
Gets or sets the node that specifies whether a node is currently read only or not.
(Inherited from Node.)
Public propertyIsReadable
AccessMode helper to check whether this node is readable.
(Inherited from Node.)
Public propertyIsStreamable
Commands are never streamable.
(Overrides ValueNodeIsStreamable.)
Public propertyIsWritable
AccessMode helper to check whether this node is writable.
(Inherited from Node.)
Public propertyName
Gets the full name of this node.
(Inherited from Node.)
Public propertyNamespace
Gets the namespace this node is in.
(Inherited from Node.)
Public propertyNodeMap
Gets the parent NodeMap of this GevServerNode.
(Inherited from Node.)
Public propertyPollingTime
Gets or sets the polling time of this value.
Public propertyToolTip
Gets or sets the short descriptive text of this node.
(Inherited from Node.)
Public propertyValueConfig
Gets and sets the value configuration of this command node.
Public propertyVisibility
Gets or sets the complexity level of this node.
(Inherited from Node.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate propertyIConfigurableCommandNodeCommandConfig
Gets and sets the command value configuration of this command node.
Explicit interface implementationPrivate propertyIConfigurableCommandNodeValueConfig
Gets and sets the value configuration of this command node.
Explicit interface implementationPrivate propertyIConfigurableNodeAliasNode
Gets or sets the node that is an alias value for this node.
(Inherited from Node.)
Explicit interface implementationPrivate propertyIConfigurableNodeIsAvailableConfig
Gets or sets the node that specifies whether a node is currently available or not.
(Inherited from Node.)
Explicit interface implementationPrivate propertyIConfigurableNodeIsImplementedConfig
Gets or sets the node that specifies whether a node is implemented in the device or not.
(Inherited from Node.)
Explicit interface implementationPrivate propertyIConfigurableNodeIsLockedConfig
Gets or sets the node that specifies whether a node is currently read only or not.
(Inherited from Node.)
Explicit interface implementationPrivate propertyINodeAliasNode
Gets the node that is an alias value for this node.
(Inherited from Node.)
Explicit interface implementationPrivate propertyINodeNodeMap
Gets the INodeMap this node resides in.
(Inherited from Node.)
Top
See Also

Reference