Please enable JavaScript to view this site.

IDS peak 2.10.0 / uEye+ firmware 3.34

IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.

Returns the flag indicating whether the reconnect feature is enabled or not. The reconnect feature is enabled via ReconnectEnable.

Name

ReconnectActive

Category

ReconnectMonitor

Interface

Boolean

Access

Read

Unit

-

Visibility

Expert

Values

True

False

Standard

IDS

Availability uEye+

icon-gev icon-u3v

Availability uEye

icon-ui-gige icon-ui-usb2 icon-ui-usb3

Values description

True: Reconnect is enabled.

False: Reconnect is disabled.

Code example

C++

// Determine the current status of ReconnectActive
bool value = nodeMapLocalDevice->FindNode<peak::core::nodes::BooleanNode>("ReconnectActive")->Value();

C#

// Determine the current status of ReconnectActive
bool value = nodeMapLocalDevice.FindNode<peak.core.nodes.BooleanNode>("ReconnectActive").Value();

Python

# Determine the current status of ReconnectActive (bool)
value = nodeMapLocalDevice.FindNode("ReconnectActive").Value()

© 2024 IDS Imaging Development Systems GmbH