Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

NetIP_CfgAddrAddDynamicStop()

Stop dynamic IP address configuration for an interface.

...

net_ip.h/net_ip.c

Prototype

...

Arguments

if_nbr

Interface number to stop dynamic address configuration.

...

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

NET_IP_ERR_NONE
NET_IP_ERR_ADDR_CFG_STATE
NET_IF_ERR_INVALID_IF
NET_OS_ERR_LOCK

Returned Value

DEF_OK,

if dynamic IP address configuration successfully stopped;

...