Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 3.01.00

Validate configured network interface as enabled.

Files

net_if.h/net_if.c

Prototype

Arguments

if_nbr

Network interface number to validate.

...

NET_IF_ERR_NONE
NET_IF_ERR_INVALID_IF
NET_ERR_FAULT_LOCK_ACQUIRE

Returned Value

DEF_YES

network interface valid and enabled;

...

network interface invalid or disabled.

Required Configuration

None.

Notes / Warnings

None.