Versions Compared

Key

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

NetIF_IsEnCfgd()

Validate configured network interface as enabled.

...

net_if.h/net_if.c

Prototype

...

Arguments

if_nbr

Network interface number to validate.

...

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

NET_IF_ERR_NONE
NET_IF_ERR_INVALID_IF
NET_OS_ERR_LOCK

Returned Value

DEF_YES

network interface valid and enabled;

...