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.

Selector for the subnet of this interface.

Name

GevInterfaceSubnetSelector

Category

InterfaceInformation

Interface

Integer

Access

Read/Write

Unit

-

Visibility

Expert

Values

≥ 0

Standard

GenTL SFNC

Availability uEye+

icon-gev

Availability uEye

-

Code Example

C++

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

C#

// Determine the current GevInterfaceSubnetSelector
long value = nodeMapInterface.FindNode<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("GevInterfaceSubnetSelector").Value();
// Set GevInterfaceSubnetSelector to 0
nodeMapInterface.FindNode<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("GevInterfaceSubnetSelector").SetValue(0);

Python

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

© 2026 IDS Imaging Development Systems GmbH