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.

Returns the IP address of the selected gateway entry of this interface.

Name

GevInterfaceGateway[GevInterfaceGatewaySelector]

Category

InterfaceInformation

Interface

Integer

Access

Read

Unit

-

Visibility

Expert

Values

0 … 4294967295

Increment: 1

Standard

GenTL SFNC

Availability uEye+

icon-gev

Availability uEye

-

Code Example

C++

// Before accessing GevInterfaceGateway, make sure GevInterfaceGatewaySelector is set correctly
// Set GevInterfaceGatewaySelector to 0
nodeMapInterface->FindNode<peak::core::nodes::IntegerNode>("GevInterfaceGatewaySelector")->SetValue(0);
// Determine the current GevInterfaceGateway
int64_t value = nodeMapInterface->FindNode<peak::core::nodes::IntegerNode>("GevInterfaceGateway")->Value();

C#

// Before accessing GevInterfaceGateway, make sure GevInterfaceGatewaySelector is set correctly
// Set GevInterfaceGatewaySelector to 0
nodeMapInterface.FindNode<peak.core.nodes.IntegerNode>("GevInterfaceGatewaySelector").SetValue(0);
// Determine the current GevInterfaceGateway
long value = nodeMapInterface.FindNode<peak.core.nodes.IntegerNode>("GevInterfaceGateway").Value();

Python

# Before accessing GevInterfaceGateway, make sure GevInterfaceGatewaySelector is set correctly
# Set GevInterfaceGatewaySelector to 0 (int)
nodeMapInterface.FindNode("GevInterfaceGatewaySelector").SetValue(0)
# Determine the current GevInterfaceGateway (int)
value = nodeMapInterface.FindNode("GevInterfaceGateway").Value()

© 2024 IDS Imaging Development Systems GmbH