Skip to content

Interface SpinnakerNET::GenApi::IInteger

ClassList > SpinnakerNET > GenApi > IInteger

Integer interface only containing integer methods.

  • #include <Integer.h>

Inherits the following classes: SpinnakerNET::GenApi::IValue

Inherited by the following classes: SpinnakerNET::GenApi::IntReg, SpinnakerNET::GenApi::Integer

Public Attributes

Type Name
property __int64 Increment = /* multi line expression */
Gets the increment value of this Integer .
property __int64 Max = /* multi line expression */
Gets the maximum value of this Integer .
property __int64 Min = /* multi line expression */
Gets the minimum value of this Integer .
property SpinnakerNET::GenApi::Representation Representation = /* multi line expression */
Gets the desired graphical representation of this Integer .
property __int64 Value = /* multi line expression */
Gets or sets the value of this Integer .

Public Attributes inherited from SpinnakerNET::GenApi::INode

See SpinnakerNET::GenApi::INode

Type Name
property SpinnakerNET::GenApi::INode Alias = /* multi line expression */
Gets all the node that represents the same value in a different way.
property SpinnakerNET::GenApi::CachingMode CachingMode = /* multi line expression */
Gets the CachingMode of this node.
property array< SpinnakerNET::GenApi::INode ^> Children = /* multi line expression */
Gets all child nodes.
property System::String Description = /* multi line expression */
Gets the descriptive text of this node.
property System::String DisplayName = /* multi line expression */
Gets the name which is to be displayed in a UI.
property System::String EventID = /* multi line expression */
Gets the event ID of the event this node is associated with.
property bool IgnoreCache
Gets or sets whether this Node should be read ignoring any caches.
property array< SpinnakerNET::GenApi::INode ^> InvalidatingChildren = /* multi line expression */
Gets all InvalidatingChildren nodes.
property bool IsAvailable = { [**bool**](namespaceSpinnakerNET.md#function-node_cast) [**\_\_clrcall**](namespaceSpinnakerNET.md#function-node_cast) [**get**](namespaceSpinnakerNET.md#function-node_cast)([**void**](namespaceSpinnakerNET.md#function-node_cast))
Gets whether this Node is available.
property bool IsCachable = /* multi line expression */
Gets whether this node is cacheable.
property bool IsFeature = /* multi line expression */
Gets whether this node is a supported feature.
property bool IsImplemented = { [**bool**](namespaceSpinnakerNET.md#function-node_cast) [**\_\_clrcall**](namespaceSpinnakerNET.md#function-node_cast) [**get**](namespaceSpinnakerNET.md#function-node_cast)([**void**](namespaceSpinnakerNET.md#function-node_cast))
Gets whether this Node is implemented.
property bool IsReadable = { [**bool**](namespaceSpinnakerNET.md#function-node_cast) [**\_\_clrcall**](namespaceSpinnakerNET.md#function-node_cast) [**get**](namespaceSpinnakerNET.md#function-node_cast)([**void**](namespaceSpinnakerNET.md#function-node_cast))
Gets whether this Node is readable.
property bool IsRegister = { [**bool**](namespaceSpinnakerNET.md#function-node_cast) [**\_\_clrcall**](namespaceSpinnakerNET.md#function-node_cast) [**get**](namespaceSpinnakerNET.md#function-node_cast)([**void**](namespaceSpinnakerNET.md#function-node_cast))
Gets whether this Node is a register node.
property bool IsStreamable = /* multi line expression */
Gets whether this node is intended to be savable or loadable.
property bool IsWritable = { [**bool**](namespaceSpinnakerNET.md#function-node_cast) [**\_\_clrcall**](namespaceSpinnakerNET.md#function-node_cast) [**get**](namespaceSpinnakerNET.md#function-node_cast)([**void**](namespaceSpinnakerNET.md#function-node_cast))
Gets whether this Node is writable.
property array< SpinnakerNET::GenApi::INode ^> LockNodes = /* multi line expression */
Gets all locked nodes.
property System::String Name = /* multi line expression */
Gets the short name of this node.
property SpinnakerNET::GenApi::NameSpace NameSpace = /* multi line expression */
Gets the namespace this node resides in.
property SpinnakerNET::GenApi::NodeMap NodeMap = /* multi line expression */
Gets the NodeMap of thisNode .
property array< SpinnakerNET::GenApi::INode ^> Parents = /* multi line expression */
Gets all InvalidatingChildren nodes.
property __int64 PollingTime = /* multi line expression */
Gets the time when this node should be reread (invalidated).
property System::Collections::Generic::Dictionary< System::String^, Property^> Properties = /* multi line expression */
Gets all properties set during initialization. These are the underlying feature node connections.
property System::String QualifiedName = /* multi line expression */
Gets the full name of this node.
property System::String ToolTip = /* multi line expression */
Gets the tool-tip of this node.
event NodeEventHandler Updated
Event for notification on status changes.
property bool VerifyRead
Gets or sets whether this Node should verify the values being read.
property bool VerifyWrite
Gets or sets whether this Node should verify the values being written.
property SpinnakerNET::GenApi::Visibility Visibility = /* multi line expression */
Gets the Visibility of this node.

Public Attributes inherited from SpinnakerNET::GenApi::ISelector

See SpinnakerNET::GenApi::ISelector

Type Name
property bool IsSelector = /* multi line expression */
Gets whether this node is a selector node.
property array< SpinnakerNET::GenApi::IValue^> SelectedFeatures = /* multi line expression */
Gets all feature nodes which are affected by this selected node.
property array< SpinnakerNET::GenApi::IValue^> SelectingFeatures = /* multi line expression */
Gets all selector nodes which select this feature.

Public Attributes inherited from SpinnakerNET::GenApi::IBase

See SpinnakerNET::GenApi::IBase

Type Name
property SpinnakerNET::GenApi::AccessMode AccessMode = /* multi line expression */
Gets the AccessMode for theNode .

Public Functions

Type Name
void __clrcall set (__int64 value)

Public Functions inherited from SpinnakerNET::GenApi::IValue

See SpinnakerNET::GenApi::IValue

Type Name
void __clrcall FromString (System::String ^ value)
Sets the value in this Node to the value given in__value .

Public Functions inherited from SpinnakerNET::GenApi::INode

See SpinnakerNET::GenApi::INode

Type Name
void __clrcall ImposeAccessMode (SpinnakerNET::GenApi::AccessMode accessMode)
Overwrites the XML access mode of this node.
void __clrcall ImposeVisibility (SpinnakerNET::GenApi::Visibility visibility)
Overwrites the XML visibility of this node.
void __clrcall Invalidate (void)
Invalidates the node so that the value is reread from the device.
bool __clrcall IsVisible (SpinnakerNET::GenApi::Visibility reference)
Gets whether this Node is visible compared to the__reference visibility.

Public Attributes Documentation

variable Increment

Gets the increment value of this Integer .

property __int64 SpinnakerNET::GenApi::IInteger::Increment;

The Value has to be multiples of this property.

System.Int64 containing the increment value.


variable Max

Gets the maximum value of this Integer .

property __int64 SpinnakerNET::GenApi::IInteger::Max;

System.Int64 containing the maximum value.


variable Min

Gets the minimum value of this Integer .

property __int64 SpinnakerNET::GenApi::IInteger::Min;

System.Int64 containing the minimum value.


variable Representation

Gets the desired graphical representation of this Integer .

property SpinnakerNET::GenApi::Representation SpinnakerNET::GenApi::IInteger::Representation;

GenICam.GenApi.Representation.


variable Value

Gets or sets the value of this Integer .

property __int64 SpinnakerNET::GenApi::IInteger::Value;

System.Int64 representation of this Integer.


Public Functions Documentation

function set

void  __clrcall SpinnakerNET::GenApi::IInteger::set (
    __int64 value
) 


The documentation for this class was generated from the following file /workspace/src/SpinnakerNET/GenApiNet/Integer.h