Generic GenICam GenApi node. More...
Inherited by IPortNode, IValueNode, Node, and IConfigurableNode.
Properties | |
INodeMap | NodeMap [get] |
Gets the INodeMap this node resides in. | |
string | Name [get] |
Gets the full name of this node. More... | |
string | ToolTip [get] |
Gets the short descriptive text of this node. More... | |
string | Description [get] |
Gets the long descriptive text of this node. More... | |
AccessMode | AccessMode [get] |
Gets the GenApi.AccessMode of this node. | |
bool | IsImplemented [get] |
AccessMode helper to check whether this node is implemented. | |
bool | IsAvailable [get] |
AccessMode helper to check whether this node is available. | |
bool | IsReadable [get] |
AccessMode helper to check whether this node is readable. | |
bool | IsWritable [get] |
AccessMode helper to check whether this node is writable. | |
CacheMode | CacheMode [get] |
Gets the cache mode of this node. More... | |
string | EventID [get] |
Nodes with an event identifier may become invalidated if an event/message is delivered from the device. | |
bool | IsFeature [get] |
Gets whether this node is considered a feature node. More... | |
bool | IsDeprecated [get] |
Gets whether this node is considered deprecated. More... | |
Visibility | Visibility [get] |
Gets the complexity level of this node. More... | |
INode | AliasNode [get] |
Gets the node that is an alias value for this node. More... | |
Generic GenICam GenApi node.
|
get |
Gets the node that is an alias value for this node.
Alias nodes give an additional view on a value or can contain summary information for e.g. CategoryNodes.
Alias node instance; null
for none.
Implemented in Node, IConfigurableNode, and Node.
Gets the cache mode of this node.
For non-register nodes the cache mode of the register in the value path of the node chain up the the register is used.
Implemented in Node, FloatRegNode, IConfigurableRegisterNode, IntRegNode, Node, and StringRegNode.
|
get |
Gets the long descriptive text of this node.
See ToolTip for the short description.
Implemented in Node, IConfigurableNode, and Node.
|
get |
|
get |
Gets whether this node is considered a feature node.
Feature nodes are in a way public/user interface nodes. All nodes that are directly referenced by the Root CategoryNode or indirectly via other CategoryNode
s that are children of Root are considered features.
|
get |
|
get |
Gets the short descriptive text of this node.
See Description for the long description.
Implemented in Node, IConfigurableNode, and Node.
|
get |
Gets the complexity level of this node.
For additional information on the different levels see the Stemmer.Cvb.GenApi.Visibility documentation.
Implemented in Node, IConfigurableNode, and Node.