Please enable JavaScript to view this site.

IDS peak 2.17.1 / uEye+ firmware 3.70

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

Selector for the list of unicast IP addresses. The selector is 0-based.

Name

GevDiscoveryUnicastIPAddressSelector

Category

DeviceEnumeration

Interface

Integer

Access

Read/Write

Unit

-

Visibility

Expert

Values

0…4294967295, increment: 1

Standard

IDS

Availability uEye+

icon-gev

Availability uEye

-

Code example

C++

// Determine the current GevDiscoveryUnicastIPAddressSelector
int64_t value = nodeMapSystem->FindNode<peak::core::nodes::IntegerNode>("GevDiscoveryUnicastIPAddressSelector")->Value();
// Set GevDiscoveryUnicastIPAddressSelector to 0
nodeMapSystem->FindNode<peak::core::nodes::IntegerNode>("GevDiscoveryUnicastIPAddressSelector")->SetValue(0);

C#

// Determine the current GevDiscoveryUnicastIPAddressSelector
long value = nodeMapSystem.FindNode<peak.core.nodes.IntegerNode>("GevDiscoveryUnicastIPAddressSelector").Value();
// Set GevDiscoveryUnicastIPAddressSelector to 0
nodeMapSystem.FindNode<peak.core.nodes.IntegerNode>("GevDiscoveryUnicastIPAddressSelector").SetValue(0);

Python

# Determine the current GevDiscoveryUnicastIPAddressSelector (int)
value = nodeMapSystem.FindNode("GevDiscoveryUnicastIPAddressSelector").Value()
# Set GevDiscoveryUnicastIPAddressSelector to 0 (int)
nodeMapSystem.FindNode("GevDiscoveryUnicastIPAddressSelector").SetValue(0)

© 2025 IDS Imaging Development Systems GmbH