Protocols / Network / DhcpMode Value

Activates/deactivates the DHCP client of the reader.

If DHCP is enabled the reader tries to get a dynamic IP configuration from a DHCP server at startup.

If the DHCP client is disabled a static IP configuration should be available (refer to IpAddress ). Otherwise the device may only be accessed via a link-local address.

If mode is set to "Auto" then the DHCP client is only enabled if a static IP configuration is not available.

Properties

Format

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