DHCP.h File Reference


Detailed Description

DHCP Defs for Microchip TCP/IP Stack.

See the Microchip License Agreement for more details.


Modifications to the original file
  • Changed the prototype for DHCPReset.
  • Added doxygen comments to the function prototypes.
  • Removed the prototype for the function DHCPServerTask


Defines

#define DHCPIsBound()   (DHCPFlags.bits.bIsBound)
 Determines if the DHCP server is currently bound.

Functions

void DHCPReset (void)
 Resets the DHCP Client.
void DHCPTask (void)
 Performs periodic DHCP tasks.
void DHCPDisable (void)
 Disables the DHCP client.
void DHCPEnable (void)
 Enables the DHCP client.
BOOL DHCPHasBoundStateChanged (void)
 This function checks whether the internal address bound state of thze DHCP client has changed.
void DHCPGetIPParameterFromServer (IPConfig_t *pIPConfig)
 If DHCP client is bound this function fills the given IP structure with the current IP parameters obtained from DHCP server.
BOOL DHCPIsEnabled (void)
 This function returns the enable state of the DHCP client.
BOOL DHCPHasFailed (void)
 This function returns the failed state of the DHCP client.


Generated on Fri Mar 29 10:34:27 2013 for Netzer by  doxygen 1.5.5