Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

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

Name

RemoteDeviceReattachmentCount

Category

ReconnectMonitor

Interface

Integer

Access

Read

Unit

-

Visibility

Expert

Values

unsigned int 4-byte

Standard

IDS

Availability uEye+

icon-gev

Availability uEye

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

Code Example

C++

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

C#

// Determine the current RemoteDeviceReattachmentCount
long value = nodeMapLocalDevice.FindNode<peak.core.nodes.IntegerNode>("RemoteDeviceReattachmentCount").Value();

Python

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

© 2024 IDS Imaging Development Systems GmbH