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