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.

Enables the link local address (LLA) IP. LLA is the fallback for incorrectly configured persistent IP addresses and/or DHCP with unavailable DHCP server.

Name

GevCurrentIPConfigurationLLA

Category

GigEVision

Interface

Boolean

Access

Read

Unit

-

Visibility

Beginner

Values

True

Standard

SFNC

Availability uEye+

icon-gev

Availability uEye

-

Values description

True: The link local address IP is enabled.

hint_info

Currently, LLA cannot be disabled according to the GigE Vision specification.

Code example

C++

// Determine the current status of GevCurrentIPConfigurationLLA
bool value = nodeMapRemoteDevice->FindNode<peak::core::nodes::BooleanNode>("GevCurrentIPConfigurationLLA")->Value();

C#

// Determine the current status of GevCurrentIPConfigurationLLA
bool value = nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.BooleanNode>("GevCurrentIPConfigurationLLA").Value();

Python

# Determine the current status of GevCurrentIPConfigurationLLA (bool)
value = nodeMapRemoteDevice.FindNode("GevCurrentIPConfigurationLLA").Value()

© 2026 IDS Imaging Development Systems GmbH