Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Navigation: C: Programming with IDS peak > Transport layer feature reference > System > Reconnect Control

Reconnect Remote Device Configuration Restore Enable

Scroll Previous Top Next More

Returns the flag indicating whether the configuration of the RemoteDevice is automatically restored after reconnecting to the device.

Name

ReconnectRemoteDeviceConfigurationRestoreEnable

Category

ReconnectControl

Interface

Boolean

Access

Read

Unit

-

Visibility

Expert

Values

True

False

Standard

IDS

Availability uEye+

icon-gev

Availability uEye

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

Values description

True: The configuration will be restored.

False: The configuration will not be restored.

Code example

C++

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

C#

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

Python

# Determine the current status of ReconnectRemoteDeviceConfigurationRestoreEnable (bool)
value = nodeMapSystem.FindNode("ReconnectRemoteDeviceConfigurationRestoreEnable").Value()

© 2024 IDS Imaging Development Systems GmbH