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 configuration of the RemoteDevice is automatically restored after reconnecting to the device.
Name |
ReconnectRemoteDeviceConfigurationRestoreEnable |
Category |
|
Interface |
Boolean |
Access |
Read |
Unit |
- |
Visibility |
Expert |
Values |
True False |
Standard |
IDS |
Availability uEye+ |
|
Availability uEye |
|
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()