Interface DHCPServer.Notify

Enclosing class:
DHCPServer

public static interface DHCPServer.Notify
DHCP Notification interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    dhcpEvent(int type, String mac, String ip, short arch)
    DHCP Event.
  • Method Details

    • dhcpEvent

      void dhcpEvent(int type, String mac, String ip, short arch)
      DHCP Event.
      Parameters:
      type - = message type : DHCPDISCOVER, DHCPREQUEST, DHCPRELEASE
      mac - = client MAC address in hex (123456)
      ip - = client IP address (x.x.x.x)
      arch - = client arch type : ARCH_...