Please enable JavaScript to view this site.

IDS peak 2.20.0 / uEye+ firmware 3.80

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

Returns the number of RemoteDevice detachments since the device was opened.

Name

RemoteDeviceDetachmentCount

Category

ReconnectMonitor

Interface

Integer

Access

Read

Unit

-

Visibility

Expert

Values

unsigned int 4-byte

Standard

IDS

Availability uEye+

icon-gev icon-u3v

Availability uEye

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

Code Example

C++

// Determine the current RemoteDeviceDetachmentCount
int64_t value = nodeMapLocalDevice->FindNode<peak::core::nodes::IntegerNode>("RemoteDeviceDetachmentCount")->Value();

C#

// Determine the current RemoteDeviceDetachmentCount
long value = nodeMapLocalDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("RemoteDeviceDetachmentCount").Value();

Python

# Determine the current RemoteDeviceDetachmentCount (int)
value = nodeMapLocalDevice.FindNode("RemoteDeviceDetachmentCount").Value()

© 2026 IDS Imaging Development Systems GmbH