See the Microchip License Agreement for more details.
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. | |
1.5.5