JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
javaforce.service
DHCPServer
Notify
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
dhcpEvent(int, String, String, short)
Interface DHCPServer.Notify
Enclosing class:
DHCPServer
public static interface
DHCPServer.Notify
DHCP Notification interface.
Method Summary
All Methods
Instance Methods
Abstract Methods
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_...