Protocols / Network / LinkLocalMode Value

This configuration value has been deprecated. Do not use it in new code as we may remove it in the future.

Activates/deactivates Link-Local address acquirement.

In case Link-Local is enabled the reader tries to get a link-local address ("169.254.x.x") at startup.

If the auto mode is selected then the reader starts Link-Local acquirement delayed. If a DHCP address can be acquired during this delay Link-Local will not be started (refer to LinkLocalAcquireDelay).

As default Link-local is disabled.

Properties

Format

Name Type/Size Description
- Enumeration (8 bits)
Values:
  • Disabled (0x00)
    This is the default behaviour if this value is not provided
  • Enabled (0x01)
  • Auto (0x02)