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.

Activates 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 activated.

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<peak.core.nodes.BooleanNode>("GevCurrentIPConfigurationLLA").Value();

Python

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

© 2024 IDS Imaging Development Systems GmbH