Int64RegNode Class

CVB.Net Documentation
An Int64IntRegNode node.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.GevServerNode
    Stemmer.Cvb.GevServerValueNode
      Stemmer.Cvb.GevServerSelectorNode
        Stemmer.Cvb.GevServerIntegerBaseNode
          Stemmer.Cvb.GevServerIntRegNode
            Stemmer.Cvb.GevServerInt64RegNode

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

public class Int64RegNode : IntRegNode

The Int64RegNode type exposes the following members.

Constructors

  NameDescription
Public methodInt64RegNode(String)
Creates a new Int64RegNode with the given name and and automatically assigned address.
Public methodInt64RegNode(String, Namespace)
Creates a new Int64RegNode with the given name, nameSpace and an automatically assigned address.
Public methodInt64RegNode(String, Int64)
Creates a new Int64RegNode with the given name.
Public methodInt64RegNode(String, Namespace, Int64)
Creates a new Int64RegNode with the given name and nameSpace.
Top
Properties

  NameDescription
Public propertyAccessMode
Gets the AccessMode of this node.
(Inherited from IntRegNode.)
Public propertyAddress
Gets the registers address.
(Inherited from IntRegNode.)
Public propertyAddressNodes
Gets the collection of nodes which define the nodes address.
(Inherited from IntRegNode.)
Public propertyAliasNode
Gets or sets the node that is an alias value for this node.
(Inherited from Node.)
Public propertyCacheMode
Gets or sets the caching mode of this register node.
(Inherited from IntRegNode.)
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 propertyIncrement
Gets the increment of this Value.
(Inherited from IntegerBaseNode.)
Public propertyInvalidatorNodes
Gets the collection of nodes which, when changed, invalidate this node's cache.
(Inherited from IntRegNode.)
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 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 propertyIsSelector
Gets whether this node selects at least one other.
(Inherited from SelectorNode.)
Public propertyIsSigned
Gets or sets whether this integer register is signed.
(Inherited from IntRegNode.)
Public propertyIsStreamable
Gets or sets whether this node should be used, when the camera settings are stored.
(Inherited from ValueNode.)
Public propertyIsWritable
AccessMode helper to check whether this node is writable.
(Inherited from Node.)
Public propertyLength
Gets the number of bytes the register occupies.
(Inherited from IntRegNode.)
Public propertyMax
Gets the maximal allowed number for this Value.
(Inherited from IntegerBaseNode.)
Public propertyMin
Gets the minimal allowed number for this Value.
(Inherited from IntegerBaseNode.)
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 IntRegNode.)
Public propertyPollingTime
Gets or sets the polling time of this value.
(Inherited from IntRegNode.)
Public propertyRepresentation
Gets or sets how the value is to be represented.
(Inherited from IntegerBaseNode.)
Public propertySelectedNodes
Gets the collection of all nodes selected by this one.
(Inherited from SelectorNode.)
Public propertyToolTip
Gets or sets the short descriptive text of this node.
(Inherited from Node.)
Public propertyUnit
Gets the unit of this node's value.
(Inherited from IntegerBaseNode.)
Public propertyValue
Gets/Sets the value of this integer node.
(Inherited from IntegerBaseNode.)
Public propertyVisibility
Gets or sets the complexity level of this node.
(Inherited from Node.)
Top
Methods

  NameDescription
Public methodDispose
Disposes the native object wrapped by this object immediately.
(Inherited from Node.)
Protected methodDispose(Boolean)
Additionally disposes of the registered events.
(Inherited from IntRegNode.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer.
(Inherited from Node.)
Public methodFromString
Sets this node's value from the string value.
(Inherited from IntegerBaseNode.)
Protected methodGetAccessMode
Reads the access mode directly from this register node.
(Inherited from IntRegNode.)
Protected methodGetCacheMode
Gets the current (dependent) cache mode of this node.
(Inherited from IntRegNode.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetPollingTime
Gets the polling time for this node.
(Inherited from IntRegNode.)
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.)
Protected methodOnRead
Calls the Read event and returns the ErrorCodes to deliver to the native server.
(Inherited from ValueNode.)
Protected methodOnWritten
Calls the Written event and returns the ErrorCodes to deliver to the native server.
(Inherited from ValueNode.)
Public methodToString
Gets the string representation of this node.
(Inherited from IntegerBaseNode.)
Top
Events

  NameDescription
Public eventObjectDisposing
Raised when this object is about to be disposed via the Dispose method.
(Inherited from Node.)
Public eventRead
This event is fired when the client reads a value.
(Inherited from ValueNode.)
Public eventWritten
This event is fired when the client has written a value.
(Inherited from ValueNode.)
Top
Explicit Interface Implementations

  NameDescription
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 propertyIConfigurableRegisterNodeAddressNodes
Gets the collection of nodes which define the nodes address.
(Inherited from IntRegNode.)
Explicit interface implementationPrivate propertyIConfigurableRegisterNodeInvalidatorNodes
Gets the collection of nodes which, when changed, invalidate this node's cache.
(Inherited from IntRegNode.)
Explicit interface implementationPrivate propertyIConfigurableSelectorNodeSelectedNodes
Gets the collection of all nodes selected by this one.
(Inherited from SelectorNode.)
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.)
Explicit interface implementationPrivate propertyISelectorNodeSelectedNodes
Gets all nodes selected by this one.
(Inherited from SelectorNode.)
Top
See Also

Reference