Please enable JavaScript to view this site.

IDS peak 2.10.0 / uEye+ firmware 3.34

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

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<peak.core.nodes.IntegerNode>("GevInterfaceSubnetSelector").Value();
// Set GevInterfaceSubnetSelector to 0
nodeMapInterface.FindNode<peak.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)

© 2024 IDS Imaging Development Systems GmbH