 |
NetBurner 3.1
|
5 #include <dhcpclient.h> 7 #define IPC_STATE_STARTUP 1 8 #define IPC_STATE_STATIC 2 9 #define IPC_STATE_DCHPCLIENT 3 10 #define IPC_STATE_FALLBACK 4 11 #define IPC_STATE_AUTOIP 5 12 #define IPC_STATE_DHCPSERVER 6 13 #define IPC_STATE_DHCPCLIENT_OVERRIDE 7 14 #define IPC_STATE_AUTOIP_OVERRIDE 8 29 DhcpObject dhcpClient;
32 IPClient(
int interface = 0,
bool useDhcp =
true,
bool retry =
true);
38 IPADDR4 getClientIP();
39 IPADDR4 getClientMask();
40 IPADDR4 getGatewayIP();