Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Stops the DHCP address configuration and management on the specified interface.

Files

dhcp-c.h/dhcp-c.c

Prototype

Arguments

if_nbr

Interface number to stop the DHCP configuration and management.

perr

Pointer to variable that will receive the return error code from this function:

DHCPc_ERR_NONE
DHCPc_ERR_INIT_INCOMPLETE
DHCPc_ERR_IF_INFO_IF_NOT_USED
DHCPc_ERR_MSG_Q
DHCPc_OS_ERR_LOCK
DHCPc_ERR_COMM_NONE_AVAIL

Returned Values

None

Required Configuration

None.

Notes / Warnings

None.

Example Usage

  • No labels