TCPIP_DHCPS_Enable Function
C
bool TCPIP_DHCPS_Enable(
TCPIP_NET_HANDLE hNet
);
Description
This function enables the DHCP Server for the specified interface, if it is disabled. If it is already enabled, nothing is done.
Preconditions
The DHCP server module must be initialized.
Parameters
Parameters | Description |
---|---|
hNet | Interface on which to enable the DHCP Server. |
Returns
True - If successful.
False - If unsuccessful.
Remarks
None.