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 |
|
Interface |
Boolean |
Access |
Read |
Unit |
- |
Visibility |
Beginner |
Values |
True |
Standard |
SFNC |
Availability uEye+ |
|
Availability uEye |
- |
Values description
•True: The link local address IP is enabled.
|
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()