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 different gateway entries for this interface. The selector is 0-based.

Name

GevInterfaceGatewaySelector

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 GevInterfaceGatewaySelector
int64_t value = nodeMapInterface->FindNode<peak::core::nodes::IntegerNode>("GevInterfaceGatewaySelector")->Value();
// Set GevInterfaceGatewaySelector to 0
nodeMapInterface->FindNode<peak::core::nodes::IntegerNode>("GevInterfaceGatewaySelector")->SetValue(0);

C#

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

Python

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

© 2024 IDS Imaging Development Systems GmbH